Adds “nag unpaid” view
This commit is contained in:
parent
286304157d
commit
c1c9d1dfa4
1 changed files with 16 additions and 0 deletions
16
pinaxcon/templates/registrasion/nag_unpaid.html
Normal file
16
pinaxcon/templates/registrasion/nag_unpaid.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{% extends "site_base.html" %}
|
||||||
|
{% load bootstrap %}
|
||||||
|
{% load registrasion_tags %}
|
||||||
|
|
||||||
|
{% block body %}
|
||||||
|
|
||||||
|
<h2>Send reminder e-mails</h2>
|
||||||
|
|
||||||
|
<form method="POST">
|
||||||
|
{% csrf_token %}
|
||||||
|
{{ form | bootstrap}}
|
||||||
|
<br/>
|
||||||
|
<input type="submit">
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in a new issue