added a missing space

This commit is contained in:
Eric Case 2012-08-21 14:14:10 -07:00
commit be5b5e880d

View file

@ -76,7 +76,7 @@ include the following at the top of the article::
That meta-data can then be accessed in the template:: That meta-data can then be accessed in the template::
{% if article.modified %} {% if article.modified %}
Last modified: {{ article.modified}} Last modified: {{ article.modified }}
{% endif %} {% endif %}
How do I assign custom templates on a per-page basis? How do I assign custom templates on a per-page basis?