forked from CGM_Public/pretix_original
change existing views
This commit is contained in:
@@ -2,14 +2,17 @@
|
||||
{% load i18n %}
|
||||
{% load bootstrap3 %}
|
||||
{% load static %}
|
||||
{% load icon %}
|
||||
{% load compress %}
|
||||
{% load vite %}
|
||||
|
||||
|
||||
{% block title %}
|
||||
{% trans "Questionnaires" %}
|
||||
{% endblock %}
|
||||
{% block inside %}
|
||||
<a href="{% url "control:event.items.questions" organizer=request.event.organizer.slug event=request.event.slug %}" class="btn btn-default pull-right">
|
||||
{% icon "wrench" %} {% trans "Manage data fields" %}
|
||||
</a>
|
||||
<h1>{% trans "Questionnaires" %}</h1>
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
|
||||
Reference in New Issue
Block a user