[FIX] Static no longer needed here

This commit is contained in:
Peter Pfeufer 2024-01-16 21:29:16 +01:00
parent 10096862e5
commit f8baeb19a7
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
2 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,3 @@
{% load static %}
<div class="align-items-center text-center"> <div class="align-items-center text-center">
{% include "bundles/image-auth-logo.html" %} {% include "bundles/image-auth-logo.html" %}
</div> </div>

View File

@ -1,4 +1,3 @@
{% load static %}
{% load i18n %} {% load i18n %}
{% load evelinks %} {% load evelinks %}
{% load theme_tags %} {% load theme_tags %}
@ -85,8 +84,6 @@
<a class="dropdown-item text-success" href="{% url 'authentication:login' %}" title="{% translate 'Sign In' %}"> <i class="fa-solid fa-right-to-bracket fa-fw "></i> {% translate 'Sign In' %}</a> <a class="dropdown-item text-success" href="{% url 'authentication:login' %}" title="{% translate 'Sign In' %}"> <i class="fa-solid fa-right-to-bracket fa-fw "></i> {% translate 'Sign In' %}</a>
</li> </li>
{% endif %} {% endif %}
</ul> </ul>
</div> </div>
</div> </div>