.
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
{% load static %}
|
||||
{% load django_htmx %}
|
||||
{% load auth_extras %}
|
||||
<html>
|
||||
|
||||
<head>
|
||||
@@ -91,7 +92,7 @@
|
||||
<span id="atlas-link" class="top-bar-link">
|
||||
<a href="{% url 'atlas:index' %}">Atlas</a>
|
||||
</span>
|
||||
{% if perms.generic.can_add_cid_user %}
|
||||
{% if request.user|has_group:"cid_user_manager" %}
|
||||
<span id="candidate-link" class="top-bar-link">
|
||||
<a href="{% url 'generic:manage_cids' %}">Candidates</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user