From 93dfbf46aefef451d3d85a1b7f851867e77072c8 Mon Sep 17 00:00:00 2001 From: Bui Date: Sun, 27 Sep 2015 00:40:24 +0900 Subject: [PATCH] thanks @czaks :^) --- templates/index.html | 2 +- templates/thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1e261615..cc97452b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ {% include 'header.html' %} {{ board.url }} - {{ board.title|e }} - + {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} diff --git a/templates/thread.html b/templates/thread.html index 8b160244..e293ed09 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -22,7 +22,7 @@ {{ board.url }} - {{ meta_subject }} - + {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %}