Browse Source

overboard: missed templates/index.html

pull/40/head
czaks 11 years ago
parent
commit
8b952fe97f
  1. 6
      templates/index.html

6
templates/index.html

@ -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 />

Loading…
Cancel
Save