mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
[CHANGE] Make it IDs instead of classes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% load evelinks %}
|
||||
{% load theme_tags %}
|
||||
|
||||
<div class="w-100 d-flex flex-column justify-content-center align-items-center text-center py-1 border-top border-secondary aa-user-info {% if not user.is_authenticated %}position-absolute bottom-0{% endif %}">
|
||||
<div id="aa-user-info" class="w-100 d-flex flex-column justify-content-center align-items-center text-center py-1 border-top border-secondary {% if not user.is_authenticated %}position-absolute bottom-0{% endif %}">
|
||||
<div class="d-flex mb-0 w-100">
|
||||
<div class="p-2 position-relative m-2">
|
||||
{% if user.is_authenticated %}
|
||||
|
||||
Reference in New Issue
Block a user