diff --git a/apimanager/users/templates/users/detail.html b/apimanager/users/templates/users/detail.html index d002015..a80b761 100644 --- a/apimanager/users/templates/users/detail.html +++ b/apimanager/users/templates/users/detail.html @@ -26,12 +26,24 @@ Provider ID
{{ apiuser.provider_id }} + +
+ Deleted
+ {{ apiuser.is_deleted }} +
{% csrf_token %} - + {% if apiuser.is_deleted %} + + {% else %} + + {% endif %} + + +