Adds badge.zip template

This commit is contained in:
Christopher Neugebauer 2017-01-09 19:41:06 +11:00
parent a3ba18c38b
commit 744c30b7cf

View file

@ -0,0 +1,16 @@
{% extends "site_base.html" %}
{% load bootstrap %}
{% load registrasion_tags %}
{% block body %}
<h2>Generate badges zip</h2>
<form method="POST">
{% csrf_token %}
{{ form | bootstrap}}
<br/>
<input type="submit">
</form>
{% endblock %}