{% extends 'scipost/base.html' %} {% block pagetitle %}: edit draft reg inv{% endblock pagetitle %} {% block bodysup %} Edit a draft registration invitation {% if errormessage %} {{ errormessage }} {% endif %} {% csrf_token %} {% load crispy_forms_tags %} {% crispy draft_inv_form %} {% endblock bodysup %}