{% extends 'wafer/base.html' %} {% load crispy_forms_tags %} {% block content %} {% trans "Registration" %} {% trans "Registration is via Quicket." %} {#TODO INSERT Quicket widget HERE #} {% trans "Ticket claim" %} {% blocktrans %} Once you have registered, claim your ticket here, to confirm your registration. {% endblocktrans %} {% crispy form %} {% endblock %}
{% trans "Registration is via Quicket." %}
{% blocktrans %} Once you have registered, claim your ticket here, to confirm your registration. {% endblocktrans %}