{% extends "base_admin.html" %} {% block pagehead %}

Resign as Admin

{% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% for msg in error_msg %}

{{msg}}

{% endfor %} You will lose all the flowspaces you own as admin and all the rules you added will be canceled.
Are you sure, you want to resign?

{% csrf_token %}
{% endblock content %}