mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 22:59:30 +00:00
OAuth Support
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
{% if "groups"|installed %}
|
||||
<li><a href="{% url groups.views.group_list %}">Groups</a></li>
|
||||
{% endif %}
|
||||
{% if "api"|installed %}
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user