overboard: missed templates/index.html
This commit is contained in:
parent
b85fc7d102
commit
8b952fe97f
@ -20,7 +20,11 @@
|
||||
</header>
|
||||
|
||||
{% include 'attention_bar.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…
Reference in New Issue
Block a user