mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Add Pages to User Profiles
This commit is contained in:
parent
bec5c78709
commit
68495fb280
3 changed files with 31 additions and 9 deletions
|
@ -52,6 +52,15 @@
|
|||
</div><br>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<footer>
|
||||
{% if ends.0 != "" %}
|
||||
<a href="?sort={{ sort }}&before={{ ends.0 }}">PREV</a>
|
||||
{% endif %}
|
||||
|
||||
{% if ends.1 != "" %}
|
||||
<a href="?sort={{ sort }}&after={{ ends.1 }}">NEXT</a>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
<aside>
|
||||
<div class="user">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue