{% extends "base.html" %} {% block title %}Edit Registration{% endblock %} {% block content %}

Edit Registration

{% include '_errors.html' %}
Edit Registration {{ form }}
{% endblock content %}