mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Basic creating, editing and updating of organizers
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
<h1>{% trans "Product category" %}</h1>
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
{% csrf_token %}
|
||||
{% if "success" in request.GET %}
|
||||
<div class="alert alert-success">
|
||||
{% trans "Your changes have been saved." %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<fieldset>
|
||||
<legend>{% trans "General information" %}</legend>
|
||||
{% bootstrap_field form.name layout="horizontal" %}
|
||||
|
||||
Reference in New Issue
Block a user