{% extends "registrasion/base.html" %} {% load lca2018_tags %} {% block header_title %}Your profile{% endblock %} {% block header_paragraph %} These details will appear on your badge, your invoices, and will be used to order catered food at the conference. {% endblock %} {% block scripts_extra %} {{ form.media.js }} {% endblock %} {% block content %} THIS IS THE FORM
{% endblock %}