Show year on birthday page
This commit is contained in:
parent
28ad4950fd
commit
ef695af7af
|
@ -8,7 +8,7 @@
|
||||||
<table class="w-auto table">
|
<table class="w-auto table">
|
||||||
{% for event in items %}
|
{% for event in items %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-end">{{event.as_date.strftime("%a, %d, %b")}}</td>
|
<td class="text-end">{{event.as_date.strftime("%a, %d, %b %Y")}}</td>
|
||||||
<td>{{ event.title }}</td>
|
<td>{{ event.title }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue