From 439035f1d8a4df5df6d948c552481ac2c2593b73 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 7 May 2022 16:30:32 -0700 Subject: [PATCH] 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 --- board/templates/board/post_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/templates/board/post_detail.html b/board/templates/board/post_detail.html index 98e4b8c..20431af 100644 --- a/board/templates/board/post_detail.html +++ b/board/templates/board/post_detail.html @@ -39,6 +39,8 @@
 
+{# return links #} +[ {% localize on %}Return{% endlocalize %} ]
{# posts #}