{% extends 'header.html' %} {% load static %} {% block content %}
Register New Mandal Members
{% comment %}

Margin utilities are the easiest way to add some structure to forms. They provide basic grouping of labels, controls, optional form text, and form validation messaging. We recommend sticking to margin-bottom utilities, and using a single direction throughout the form for consistency.

{% endcomment %}

Feel free to add new mandal members here

{% load crispy_forms_tags %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}