Add return link to thread view

When you're looking at a post, there is now a "return" link that will
take you back to page 1 of the board.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-07 16:30:32 -07:00
parent 994e4904a6
commit 439035f1d8

View File

@@ -39,6 +39,8 @@
</div> </div>
<div class="column">&nbsp;</div> <div class="column">&nbsp;</div>
</div> </div>
{# return links #}
[ <a href="{% url 'board:board_detail' board.url %}">{% localize on %}Return{% endlocalize %}</a> ]
<hr /> <hr />
{# posts #} {# posts #}
<div class="row post"> <div class="row post">