Get discover books to work while not logged in.
This commit is contained in:
parent
b58a362df2
commit
2ebc758dae
2 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
{% load fr_display %}
|
||||
{% if request.user.is_authenticated %}
|
||||
{% if not pulldown %}
|
||||
|
||||
<form name="shelve" action="/shelve/" method="post">
|
||||
|
@ -25,3 +26,4 @@
|
|||
</form>
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue