diff --git a/pinaxcon/templates/registrasion/badges.html b/pinaxcon/templates/registrasion/badges.html new file mode 100644 index 0000000000000000000000000000000000000000..b4c6558ac05b03b6906314d9fcda961f58ba5c51 --- /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 %}