FIX: Do not naively cache event table

Not that easy, it turns out. Duh.
This commit is contained in:
2020-10-25 21:54:13 +00:00
parent 44fef39a2e
commit 4b76b77806

View File

@@ -1,6 +1,4 @@
{% load namewithnotes from filters %}
{% load cache %}
{% cache None event_table request.user %}
<div class="table-responsive">
<table class="table mb-0" id="event_table">
<thead>
@@ -104,4 +102,3 @@
</tbody>
</table>
</div>
{% endcache %}