mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Added API access display to the profile page
This commit is contained in:
7
app/eve_api/templates/eve_api/accessview.html
Normal file
7
app/eve_api/templates/eve_api/accessview.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="content">
|
||||
{% for x, y in access %}
|
||||
{% if y %}
|
||||
<span class="label {% if y %}success{% else %}important{% endif %}">{{ x }}</span><br/>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user