Create new events

This commit is contained in:
Raphael Michel
2015-05-27 23:09:33 +02:00
parent 79dfe7a084
commit 3ac26f64f3
10 changed files with 185 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
{% extends "pretixcontrol/base.html" %}
{% load i18n %}
{% load bootstrap3 %}
{% block title %}{% trans "Create Organizer" %}{% endblock %}
{% block title %}{% trans "Create a new organizer" %}{% endblock %}
{% block content %}
<h1>{% trans "Create Organizer" %}</h1>
<h1>{% trans "Create a new organizer" %}</h1>
<form action="" method="post" class="form-horizontal">
{% csrf_token %}
<fieldset>