{% extends "base.html" %} {% block container %} {% if roleform.non_field_errors %} {% for e in roleform.non_field_errors %}
{% endfor %} {% endif %}

Register a new role


{% csrf_token %}
{{ roleform.name }}

{% endblock container %}