Changeset - 744c30b7cfc0
[Not reviewed]
0 0 1
Christopher Neugebauer - 7 years ago 2017-01-09 08:41:06
chrisjrn@gmail.com
Adds badge.zip template
1 file changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/badges.html
Show inline comments
 
new file 100644
 
{% 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 %}
0 comments (0 inline, 0 general)