Files @ 3d5ed5c5160a
Branch filter:

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

James Polley
Turn review jobs back on

Use a new "rego-review" namespace to not interfere with the dev instance.
{% 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 %}