From 8b952fe97fc0ead62eb944e8aa62b71852d9adf5 Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 15 Jun 2013 00:04:08 -0400 Subject: [PATCH] overboard: missed templates/index.html --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index eaed3666..059abc5e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,11 @@ {% include 'attention_bar.html' %} - {% include 'post_form.html' %} + {% if not no_post_form %} + {% include 'post_form.html' %} + {% else %} + {% include 'boardlist.html' %} + {% endif %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}