forked from CGM_Public/pretix_original
Slug widget
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="form-inline helper-display-inline">
|
||||
{{ pre }}
|
||||
<input type="{{ widget.type }}" name="{{ widget.name }}"
|
||||
{% if widget.value != None %}value="{{ widget.value }}"{% endif %}
|
||||
{% include "django/forms/widgets/attrs.html" %}
|
||||
/>
|
||||
/
|
||||
</div>
|
||||
Reference in New Issue
Block a user