cache: fix error 500 with new django version

This commit is contained in:
2020-06-12 20:44:37 +02:00
parent 45d5728c3e
commit 94b029dc9c
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
</div>
<div id="header_bar">
<ul id="header_bars_infos">
{% cache 100 counters_activity %}
{% cache 100 "counters_activity" %}
{% for bar in Counter.objects.filter(type="BAR").all() %}
<li>
<a href="{{ url('counter:activity', counter_id=bar.id) }}" style="padding: 0px">