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:
@@ -39,6 +39,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="column"> </div>
|
<div class="column"> </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">
|
||||||
|
|||||||
Reference in New Issue
Block a user