fixed the UI for the impersonation User menu

This commit is contained in:
JakeBreath
2026-08-03 21:41:46 -05:00
parent 95acc9b8d2
commit d6af8d0c41
2 changed files with 6 additions and 16 deletions
+1 -6
View File
@@ -74,12 +74,7 @@
<a href="{% url 'profiles:user_profile' request.user.username %}" class="user-edit">
<i class="fas fa-user-circle"></i> {{ user.username }}
</a>
<div class="user-info">
{% if impersonating %}
<i class="fas fa-mask"></i> acting from
<a href="{% url 'profiles:user_profile' impersonator.username %}"><strong>{{ impersonator.username }}</strong></a>
{% endif %}
</div>
<div class="user-info"></div>
<a href="{% url 'profiles:account' %}">
<i class="fas fa-user-cog"></i> Account Settings
</a>