Properly handle eventauthorisations in new versioning

It's not great, not terrible...
This commit is contained in:
2020-10-07 16:45:46 +01:00
parent abf3cfe1ce
commit ae13cabe09
9 changed files with 55 additions and 38 deletions

View File

@@ -36,7 +36,7 @@
<div class="row mb-3">
<div class="col-sm-12">
<div class="card">
{% with object=event %}
{% with object=event auth=True %}
{% include 'item_table.html' %}
{% endwith %}
</div>