mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add a CSS class to slug widgets
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="form-inline helper-display-inline">
|
<div class="form-inline helper-display-inline slug-widget">
|
||||||
{{ pre }}
|
{{ pre }}
|
||||||
<input type="{{ widget.type }}" name="{{ widget.name }}"
|
<input type="{{ widget.type }}" name="{{ widget.name }}"
|
||||||
{% if widget.value != None %}value="{{ widget.value }}"{% endif %}
|
{% if widget.value != None %}value="{{ widget.value }}"{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user