Fixed #67 -- Activating ticket downloads

This commit is contained in:
Raphael Michel
2015-06-15 19:18:23 +02:00
parent 7162366478
commit e3f7e73063
2 changed files with 7 additions and 12 deletions

View File

@@ -3,11 +3,6 @@
{% load bootstrap3 %}
{% block inside %}
<form action="" method="post" class="form-horizontal">
{% if "success" in request.GET %}
<div class="alert alert-success">
{% trans "Your changes have been saved." %}
</div>
{% endif %}
{% csrf_token %}
<fieldset>
<legend>{% trans "Ticket download" %}</legend>