{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Header
{% if mnts %} {% else %} You don't have a maintainer! Start by creating a Maintainer and a Person Object!
{% csrf_token %}

Maintainer Object

This object will be used to identify resources you are allowed to edit via your maintainer {{ mntForm | crispy }}

Person Object

This object will be used to identify yourself as a person to other people, used for your maintainer object {{ contactForm | crispy }}
{% endif %}
{% endblock %}