formatting

This commit is contained in:
Lukáš Kucharczyk 2024-08-09 12:23:49 +02:00
parent 992622e8d1
commit 496c99ccf1
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 4 additions and 2 deletions

View File

@ -124,7 +124,8 @@
</li>
<li>
<a class="block py-2 pl-3 pr-4 hover:underline"
href="{% url 'list_sessions' %}">All Sessions</a>
href="{% url 'list_sessions' %}">All
Sessions</a>
</li>
<li>
<a class="block py-2 pl-3 pr-4 hover:underline"
@ -142,7 +143,8 @@
{% endblock content %}
</div>
{% load version %}
<span class="fixed left-2 bottom-2 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date %})</span>
<span class="fixed left-2 bottom-2 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date
%})</span>
</div>
{% block scripts %}
{% endblock scripts %}