a lot more improvements

This commit is contained in:
Michael Save 2012-05-06 01:33:10 +10:00
parent ac2837c620
commit a610458720
40 changed files with 986 additions and 271 deletions

View file

@ -1,7 +1,3 @@
{#{% if id == mod.id %}
{% set username = 'me' %}
{% endif %}#}
<form action="?/new_PM/{{ username|e }}" method="post">
<table>
<tr>
@ -18,5 +14,5 @@
</tr>
</table>
<p style="text-align:center"><input type="submit" value="Send message"></p>
<p style="text-align:center"><input type="submit" value="{% trans 'Send message' %}"></p>
</form>