Files @ bc33550d41cf
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/registrasion/badges.html

Christopher Neugebauer
Delete guided_registration and profile_form
{% 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 %}