fix version_date

This commit is contained in:
Lukáš Kucharczyk 2024-08-11 17:23:18 +02:00
parent 453b4fd922
commit b0ad806a93
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@
{% endblock content %} {% endblock content %}
</div> </div>
{% load version %} {% load version %}
<span class="fixed left-2 bottom-2 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date <span class="fixed left-2 bottom-2 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date %})</span>
%})</span>
</div> </div>
{% block scripts %} {% block scripts %}
{% endblock scripts %} {% endblock scripts %}