copyleftconf-website/pinaxcon/templates/registrasion/badges.html

17 lines
250 B
HTML
Raw Normal View History

2017-01-09 08:41:06 +00:00
{% 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 %}