only let registered user see dufs.itmens link
This commit is contained in:
parent
a890cc4a87
commit
e857e58938
1 changed files with 3 additions and 0 deletions
|
@ -170,10 +170,13 @@
|
|||
rel="noopener"
|
||||
href="https://zlib.gs/s/{{ item.display_title }}">Z-Library</a>
|
||||
</div>
|
||||
{% if request.user.is_authenticated %}
|
||||
<div>
|
||||
<br>
|
||||
Registered user only:<br>
|
||||
<a target="_blank"
|
||||
rel="noopener"
|
||||
href="https://dufs.itinerariummentis.org/book/?q={{ item.display_title }}">dufs.itmens</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue