parent
e56cf111e8
commit
c702dcf7e5
2 changed files with 10 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"xmas_last_second": "Christmas last posting 2nd class",
|
||||
"xmas_last_first": "Christmas last posting 1st class",
|
||||
"xmas_day": "Christmas day",
|
||||
"next_up_series": "Next Up documentary",
|
||||
}
|
||||
%}
|
||||
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
{{event.date.strftime("%a, %d, %b %Y")}}
|
||||
</td>
|
||||
<td>
|
||||
{{ event_labels[event.name] }}
|
||||
{{ event_labels.get(event.name) or event.name }}
|
||||
{%- if "title" in event -%}: {{ event.title }}{% endif %}
|
||||
</td>
|
||||
<td class="text-end">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue