overboard: missed templates/index.html

This commit is contained in:
czaks 2013-06-15 00:04:08 -04:00
parent b85fc7d102
commit 8b952fe97f

View File

@ -20,7 +20,11 @@
</header>
{% 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 %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />