{%extends "users/base.html" %} {% block navi_content %} {%include "users/includes/navicontents_admin.html" %} {% endblock %} {% block usernavi_content %} {%include "users/includes/usernavicontents_admin.html" %} {% endblock %} {% block main_content %} {% block title %}

Create New Leader

{% endblock %}
{% if form.errors %}

There were some errors in the information you entered. Please correct the following:

{{ form.non_field_errors }}
    {% for field in form %} {% if field.errors %}
  • {{ field.label }}: {{ field.errors|striptags }}
  • {% endif %} {% endfor %}
{% endif %} {% csrf_token %}
{{ mail_error }}
{% endblock%}