mirror of
https://github.com/pretix/pretix.git
synced 2026-09-12 16:04:42 +00:00
Apply suggestion from @luelista
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<div class="col-sm-6 col-md-4 col-lg-5">
|
||||
{% bootstrap_field form.key layout='inline' form_group_class="" %}
|
||||
{% if form.key.help_text %}
|
||||
<span class="help-block">{{ form.key.help_text|safe }}</span>
|
||||
<span class="help-block">{{ form.key.help_text }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4 col-lg-5">
|
||||
|
||||
Reference in New Issue
Block a user