From 02b265f082974923a7739b8d42fd41fe60c2ada2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 31 Mar 2012 16:52:58 +0200 Subject: Sometime we have the first or the last thread --- templates/base_thread.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/base_thread.html b/templates/base_thread.html index 3596186..99ff70c 100644 --- a/templates/base_thread.html +++ b/templates/base_thread.html @@ -41,6 +41,7 @@

+ {% if next_thread %} + {% endif %}
@@ -61,6 +63,7 @@
+ {% if prev_thread %}
+ {% endif %} +
-- cgit