mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
FIX: Do not naively cache event table
Not that easy, it turns out. Duh.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user