mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Event settings: Fix custom widget
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% if wrap_label %}
|
{% if widget.wrap_label %}
|
||||||
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>
|
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include "django/forms/widgets/input.html" %}
|
{% include "django/forms/widgets/input.html" %}
|
||||||
{% if wrap_label %}
|
{% if widget.wrap_label %}
|
||||||
{{ widget.label }}
|
{{ widget.label }}
|
||||||
{% if widget.incubating %}
|
{% if widget.incubating %}
|
||||||
<span class="label label-danger" data-toggle="tooltip" title="{% trans "The translation for this language is still in progress. This language can currently only be selected on development installations of pretix, not in production." %}">
|
<span class="label label-danger" data-toggle="tooltip" title="{% trans "The translation for this language is still in progress. This language can currently only be selected on development installations of pretix, not in production." %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user