Files @ 7d18387670ca
Branch filter:

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

James Polley
If no boardingpass, make one

- Use the first template in the system
- If there's no template, use /tickets/review as it at least gives
- people an overview of what they've paid for and warns them of
missing categories
{% 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 %}