various improvements

This commit is contained in:
Michael Save 2012-04-16 16:40:24 +10:00
parent fb3e819132
commit ad55a634bf
7 changed files with 247 additions and 37 deletions

View file

@ -2,7 +2,7 @@
{% set username = 'me' %}
{% endif %}#}
<form action="" method="post">
<form action="?/new_PM/{{ username|e }}" method="post">
<table>
<tr>
<th>To</th>
@ -14,7 +14,7 @@
</tr>
<tr>
<th>Message</th>
<td><textarea name="message" rows="10" cols="40"></textarea></td>
<td><textarea name="message" rows="10" cols="40">{{ message }}</textarea></td>
</tr>
</table>