From 744c30b7cfc0d0fffa5935267365ada571574b73 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 9 Jan 2017 19:41:06 +1100 Subject: [PATCH] Adds badge.zip template --- pinaxcon/templates/registrasion/badges.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pinaxcon/templates/registrasion/badges.html diff --git a/pinaxcon/templates/registrasion/badges.html b/pinaxcon/templates/registrasion/badges.html new file mode 100644 index 0000000..b4c6558 --- /dev/null +++ b/pinaxcon/templates/registrasion/badges.html @@ -0,0 +1,16 @@ +{% extends "site_base.html" %} +{% load bootstrap %} +{% load registrasion_tags %} + +{% block body %} + +

Generate badges zip

+ +
+ {% csrf_token %} + {{ form | bootstrap}} +
+ +
+ +{% endblock %}