forked from CGM_Public/pretix_original
Allow to filter event list in organizer view by meta data
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<br><small>{{ e.slug }}</small>
|
||||
{% for k, v in e.meta_data.items %}
|
||||
{% if v %}
|
||||
<span class="text-muted">· {{ k }}: {{ v }}</span>
|
||||
<small class="text-muted">· {{ k }}: {{ v }}</small>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user