mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 19:59:29 +00:00
Add the delete function back onto the template
This commit is contained in:
@@ -30,7 +30,8 @@ create a login for a service click the Add Service link</p>
|
|||||||
<td>{% if acc.active %}Yes{% else %}No{% endif %}</td>
|
<td>{% if acc.active %}Yes{% else %}No{% endif %}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if acc.active %}
|
{% if acc.active %}
|
||||||
<a href="{% url sso.views.service_reset acc.id %}">Reset</a>
|
<a href="{% url sso.views.service_reset acc.id %}">Reset</a> /
|
||||||
|
<a href="{% url sso.views.service_del acc.id %}">Delete</a>
|
||||||
{% if acc.service.provide_login %}
|
{% if acc.service.provide_login %}
|
||||||
/ <a href="{% url sso.views.service_login acc.id %}">Login</a>
|
/ <a href="{% url sso.views.service_login acc.id %}">Login</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user