Tweak read more link on notifications page

This commit is contained in:
Thomas Sileo 2022-08-25 08:51:46 +02:00
parent 30cfd6260b
commit e753fee632
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<div class="box">
<p>
<a href="{{ request.url._path }}?cursor={{ next_cursor }}">
See more{% if more_unread_count %}({{ more_unread_count }} unread left){% endif %}
See more{% if more_unread_count %} ({{ more_unread_count }} unread left){% endif %}
</a>
</p>
</div>