Python formatting
This commit is contained in:
parent
5981575f0e
commit
cc4469e7e1
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
{% load cache %}
|
||||
|
||||
{% if request.user.is_authenticated %}
|
||||
{% cache 900 shelve_button request.user.id book.id %}
|
||||
{% cache shelve_button request.user.id book.id %}
|
||||
|
||||
{% with book.id|uuid as uuid %}
|
||||
{% active_shelf book as active_shelf %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue