Archived
1
0

update templates

This commit is contained in:
Jeff Becker
2016-02-21 16:51:56 -05:00
parent f91bd642a5
commit d2b9e76389
4 changed files with 5 additions and 3 deletions

View File

@@ -6,8 +6,10 @@
- reference ( the post we are replying to, or empty string if it's an op )
- button ( the text for the reply button )
- files ( bool, do we allow attachments ? )
- csrf ( csrf token )
}}
<form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post">
{{{csrf}}}
<input type="hidden" name="reference" value="{{reference}}" />
<div id="postform-outer">
<div id="postform-inner">