Doc updates and typo fixes

This commit is contained in:
Armin Ronacher 2010-04-12 00:14:59 +02:00
parent 03148dba6b
commit 2f5a4f8dbc
4 changed files with 127 additions and 11 deletions

View file

@ -43,7 +43,7 @@
{{ message.text }}
<small>&mdash; {{ message.pub_date|datetimeformat }}</small>
{% else %}
<li><em>There are no messages so far.</em>
<li><em>There's no message so far.</em>
{% endfor %}
</ul>
{% endblock %}