Private GIT

Skip to content
Snippets Groups Projects
Commit a4e9d691 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix a crash issue on coming eps for non-english locales

parent d9d85def
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ Custom
#set $show_div = "ep_listing listing_toofar"
#set $too_late_header = True
#elif $cur_ep_airdate >= $today and $cur_ep_airdate < $next_week:
<br /><h1 class="day">$datetime.date.fromordinal($cur_ep_airdate).strftime("%A")</h1>
<br /><h1 class="day">$datetime.date.fromordinal($cur_ep_airdate).strftime("%A").decode('utf-8')</h1>
#if $cur_ep_airdate == $today:
#set $show_div = "ep_listing listing_current"
#else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment