forked from leftypol/leftypol
use template files instead of hardcoded HTML for generating psots
This commit is contained in:
parent
5582b5599e
commit
0629bf68f7
8 changed files with 312 additions and 289 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue