mirror of
https://github.com/pretix/pretix.git
synced 2026-08-22 12:42:00 +00:00
Integrate the names of attendees into the core database layout
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
{% bootstrap_field form.name layout="horizontal" %}
|
||||
{% bootstrap_field form.active layout="horizontal" %}
|
||||
{% bootstrap_field form.category layout="horizontal" %}
|
||||
{% bootstrap_field form.admission layout="horizontal" %}
|
||||
{% bootstrap_field form.short_description layout="horizontal" %}
|
||||
{% bootstrap_field form.long_description layout="horizontal" %}
|
||||
</fieldset>
|
||||
|
||||
@@ -629,6 +629,7 @@ class ItemFormGeneral(VersionedModelForm):
|
||||
'category',
|
||||
'name',
|
||||
'active',
|
||||
'admission',
|
||||
'short_description',
|
||||
'long_description',
|
||||
'default_price',
|
||||
|
||||
Reference in New Issue
Block a user