mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
Fix caching
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{% load namewithnotes from filters %}
|
||||
{% load cache %}
|
||||
{% cache None event_table request.user %}
|
||||
<div class="table-responsive">
|
||||
<table class="table mb-0">
|
||||
<thead>
|
||||
@@ -102,3 +104,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endcache %}
|
||||
|
||||
Reference in New Issue
Block a user