mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Meta properties: Add helper to sort values (Z#23213668) (#5597)
This commit is contained in:
@@ -91,6 +91,8 @@
|
||||
<div class="col-sm-12">
|
||||
<button type="button" class="btn btn-default" data-formset-add>
|
||||
<i class="fa fa-plus"></i> {% trans "Add a new value" %}</button>
|
||||
<button type="button" class="btn btn-default" data-formset-sort>
|
||||
<i class="fa fa-sort-alpha-asc"></i> {% trans "Sort alphabetically" %}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user