forked from mirrors/bookwyrm
Fixes cache value
This commit is contained in:
parent
cc4469e7e1
commit
b91649478b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% load cache %}
|
||||
|
||||
{% if request.user.is_authenticated %}
|
||||
{% cache shelve_button request.user.id book.id %}
|
||||
{% cache None shelve_button request.user.id book.id %}
|
||||
|
||||
{% with book.id|uuid as uuid %}
|
||||
{% active_shelf book as active_shelf %}
|
||||
|
|
Loading…
Reference in a new issue