open shadow libraries for registered users
This commit is contained in:
parent
0fd4e9d32a
commit
56f5fe1d11
1 changed files with 3 additions and 1 deletions
|
@ -145,6 +145,7 @@
|
||||||
</details>
|
</details>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if request.user.is_authenticated %}
|
||||||
<section>
|
<section>
|
||||||
<details class="auto-collapse" open>
|
<details class="auto-collapse" open>
|
||||||
<summary>Shadow Libraries</summary>
|
<summary>Shadow Libraries</summary>
|
||||||
|
@ -178,7 +179,6 @@
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://libgen.li/index.php?req={{ item.display_title }}">Libgen+LI</a>
|
href="https://libgen.li/index.php?req={{ item.display_title }}">Libgen+LI</a>
|
||||||
</div>
|
</div>
|
||||||
{% if request.user.is_authenticated %}
|
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
Registered user only:<br>
|
Registered user only:<br>
|
||||||
|
@ -186,5 +186,7 @@
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
href="https://dufs.itinerariummentis.org/book/?q={{ item.display_title }}">dufs.itmens</a>
|
href="https://dufs.itinerariummentis.org/book/?q={{ item.display_title }}">dufs.itmens</a>
|
||||||
</div>
|
</div>
|
||||||
|
</details>
|
||||||
|
<section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue