overboard: missed templates/index.html
This commit is contained in:
parent
b85fc7d102
commit
8b952fe97f
@ -20,7 +20,11 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'attention_bar.html' %}
|
{% 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 %}
|
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
Reference in New Issue
Block a user