commit | ff34fb30fda9484a1bed19467c375c56bb6b2083 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Mon Apr 29 18:29:07 2013 +0200 |
committer | Giulio Fidente <gfidente@redhat.com> | Mon Apr 29 18:29:07 2013 +0200 |
tree | 255f7fd6cc3a5d04da90a1c8c7a7dd574e66f369 | |
parent | da4d95b4258700d56bc353e8c3a44ffb19c8f196 [diff] [blame] |
fixes page template rendering
diff --git a/templates/page.html b/templates/page.html index ffd4686..e0ab96e 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -2,7 +2,7 @@ {% block title %}{{ page.title }}{% endblock %} {% block header %} -<p>{{ page.title }</p> +<p>Updated on {{ page.locale_date }}</p> {% endblock %} {% block content %}