Minor fixes

This commit is contained in:
2021-06-01 15:43:09 +01:00
parent b42c583897
commit d81ecd9015
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
<br><span class="text-nowrap">Meet: <strong>{{ event.meet_at|date:"D d/m/Y H:i" }}</strong></span>
{% endif %}
{% if event.access_at %}
<br><span class="text-nowrap">Access: <strong>{{ event.access_at|date:" D d/m/YH:i" }}</strong></span>
<br><span class="text-nowrap">Access: <strong>{{ event.access_at|date:" D d/m/Y H:i" }}</strong></span>
{% endif %}
{% endif %}
</td>