Fixes cache value
This commit is contained in:
parent
cc4469e7e1
commit
b91649478b
@ -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…
x
Reference in New Issue
Block a user