Files @ c8218bb9d0ea
Branch filter:

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

James Polley
Correct variable name to reflect what it's naming

IT's not the container name, it's the image name. Fix the name to be
less confusing.
{% 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 %}