mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
[FIX] Static no longer needed here
This commit is contained in:
parent
10096862e5
commit
f8baeb19a7
@ -1,5 +1,3 @@
|
||||
{% load static %}
|
||||
|
||||
<div class="align-items-center text-center">
|
||||
{% include "bundles/image-auth-logo.html" %}
|
||||
</div>
|
||||
|
@ -1,4 +1,3 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
{% load evelinks %}
|
||||
{% 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>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user