mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Massive reworking of HR to a class view based system.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<li><a href="{% url oauth-list-tokens %}">Application Access</a></li>
|
||||
{% endif %}
|
||||
{% if "hr"|installed %}
|
||||
<li><a href="{% url hr.views.index %}">HR</a></li>
|
||||
<li><a href="{% url hr-index %}">HR</a></li>
|
||||
{% endif %}
|
||||
<li><a href="{% url eve_api.views.eveapi_character %}">Characters</a></li>
|
||||
{% if perms.sso.can_search_users %}
|
||||
|
||||
Reference in New Issue
Block a user