From d4c5432d304a4a6cf1739337466929f4e553f7a9 Mon Sep 17 00:00:00 2001 From: Miguel Ventura Date: Mon, 3 Sep 2012 00:39:05 +0100 Subject: Page objects for PAGES already contain the proper `url` attribute. Having the templates with /pages/ causes the generated links to be wrong. --- waterspill/templates/base.html | 2 +- waterspill/templates/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'waterspill') diff --git a/waterspill/templates/base.html b/waterspill/templates/base.html index 1f9049d..1f72a5c 100644 --- a/waterspill/templates/base.html +++ b/waterspill/templates/base.html @@ -46,7 +46,7 @@

Pages

{% endif %} diff --git a/waterspill/templates/page.html b/waterspill/templates/page.html index f9a091a..8f2f691 100644 --- a/waterspill/templates/page.html +++ b/waterspill/templates/page.html @@ -3,7 +3,7 @@ {% block content %}
-

{{ page.title }}

+

{{ page.title }}

{{ page.content }} {% include 'twitter.html' %} -- cgit v1.1