Archived
1
0

change css filename

This commit is contained in:
chen-chan
2015-12-23 01:33:03 +01:00
parent e545bab034
commit bb1c6890ac
12 changed files with 114 additions and 158 deletions

View File

@@ -5,7 +5,7 @@
- post_url ( the url of the post form )
- reference ( the post we are replying to, or empty string if it's an op )
- button ( the text for the reply button )
}}
}}
<form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post" style="overflow:auto">
<input type="hidden" name="reference" value="{{reference}}">
<textarea id="postform_message" name="message" placeholder="text" cols="40" rows="10" style="float:left" ></textarea><br>