Adds badge.zip template
This commit is contained in:
parent
a3ba18c38b
commit
744c30b7cf
1 changed files with 16 additions and 0 deletions
16
pinaxcon/templates/registrasion/badges.html
Normal file
16
pinaxcon/templates/registrasion/badges.html
Normal 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 %}
|
Loading…
Reference in a new issue