diff --git a/src/pretix/control/templates/pretixcontrol/event/color_scheme.html b/src/pretix/control/templates/pretixcontrol/event/color_scheme.html new file mode 100644 index 0000000000..3035c8e44d --- /dev/null +++ b/src/pretix/control/templates/pretixcontrol/event/color_scheme.html @@ -0,0 +1,221 @@ +{% extends "pretixcontrol/items/base.html" %} +{% load i18n %} +{% block title %}{% trans "Color scheme" %}{% endblock %} +{% block inside %} +

{% trans "Headline" %}

+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+

 

+
+
+ Text
+ Very secondary text +
+
+ Link +
+
+ + + Enabled + +
+
+
+
+
+
+ + + Disabled + +
+
+

 

+
+
+
+
+
+
+ Paid +

+
+
+
+
+
+
+ 50 / 100 +
+
+
+
+
+
+ Pending + +

+
+
+
+
+
+
+ 100 / 100 +
+
+
+
+ Canceled + +

+
+
+
+
+
+
+ 100 / 100 +
+
+
+
+

 

+
+
+
+
+ +
+
+
Alert message
+
+
+
Alert message
+
+
+
Alert message
+
+
+
Alert message
+
+
+

 

+
+
+
+
+

+ Panel +

+
+
+ Content +
+
+
+
+
+
+

+ Panel +

+
+
+ Content +
+
+
+
+
+
+

+ Panel +

+
+
+ Content +
+
+
+
+
+
+
+
+

+ Panel +

+
+
+ Content +
+
+
+
+
+
+

+ Panel +

+
+
+ Content +
+
+
+
+

 

+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+{% endblock %} diff --git a/src/pretix/control/templates/pretixcontrol/event/payment_provider.html b/src/pretix/control/templates/pretixcontrol/event/payment_provider.html index 978274ddd7..d859f21f1f 100644 --- a/src/pretix/control/templates/pretixcontrol/event/payment_provider.html +++ b/src/pretix/control/templates/pretixcontrol/event/payment_provider.html @@ -16,8 +16,7 @@ {% bootstrap_form form layout='control' %} {% if settings_content %}{{ settings_content|safe }}{% endif %}

 

-
- +