{% extends "events/base.html" %} {% load styled_forms %} {% load event_tags %} {% block title %}{{ form.name }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block content %}

{{ form.name }}

{% blocktrans %}

This is just the preview. The real look can only be viewed through the event registration if it is associated with an event.

{% endblocktrans %}
{% csrf_token %}
{{ form_for_form|styled_form }}
{% endblock %}