Python formatting

This commit is contained in:
Mouse Reeve
2022-01-04 18:05:26 -08:00
parent 5981575f0e
commit cc4469e7e1
2 changed files with 4 additions and 2 deletions

View File

@ -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 %}