fix: profile pagination buttons
This commit is contained in:
parent
71ee99c3b4
commit
281e9bea44
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ profile.settings.allow_anonymous_questions) %}
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{{ components::pagination(page=page, items=posts|length, key="%tag=", value=tag) }}
|
||||
{{ components::pagination(page=page, items=posts|length, key="&tag=", value=tag) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue