Files @ 539fa2dfdd2b
Branch filter:

Location: symposion_app/pinaxcon/templates/registrasion/nag_unpaid.html

Joel Addison
Finalise registration

Add shirt types and sizes. Improve messaging about discounts.
Restyle ticket wizard and product category screens. Enable page titles
and messages. Update dashboard to hide raffle.
Enable inventory population for dev container.
{% extends "site_base.html" %}
{% load bootstrap %}
{% load registrasion_tags %}

{% block body %}

<h2>Send reminder e-mails</h2>

<form class="form-horizontal" method="POST">
  {% csrf_token %}
  {{ form | bootstrap}}
  <br/>
  <input type="submit">
</form>

{% endblock %}