2016-12-07 11:11:01 +00:00
|
|
|
{% extends "site_base.html" %}
|
|
|
|
{% load bootstrap %}
|
|
|
|
{% load registrasion_tags %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
|
|
|
|
<h2>Send reminder e-mails</h2>
|
|
|
|
|
2017-04-16 06:01:57 +00:00
|
|
|
<form class="form-horizontal" method="POST">
|
2016-12-07 11:11:01 +00:00
|
|
|
{% csrf_token %}
|
|
|
|
{{ form | bootstrap}}
|
|
|
|
<br/>
|
|
|
|
<input type="submit">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
{% endblock %}
|