use template files instead of hardcoded HTML for generating psots

This commit is contained in:
Savetheinternet 2011-10-05 23:53:43 +11:00
parent 5582b5599e
commit 0629bf68f7
8 changed files with 312 additions and 289 deletions

View file

@ -130,7 +130,7 @@
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />
<form name="postcontrols" action="{{ post_url }}" method="post">
<form name="postcontrols" action="{{ config.post_url }}" method="post">
<input type="hidden" name="board" value="{{ board.uri }}" />
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
{{ body }}