mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Consistently use messages framework in control
simplify redirect(reserve()) calls
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
{% load i18n %}
|
||||
{% load bootstrap3 %}
|
||||
{% block inside %}
|
||||
{% if "success" in request.GET %}
|
||||
<div class="alert alert-success">
|
||||
{% trans "Your changes have been saved." %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
{% csrf_token %}
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user