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. --- brownstone/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brownstone/templates/base.html') diff --git a/brownstone/templates/base.html b/brownstone/templates/base.html index 1da0c60..7ac50ca 100644 --- a/brownstone/templates/base.html +++ b/brownstone/templates/base.html @@ -40,7 +40,7 @@ Released : 20100928
  • Archives
  • {% if DISPLAY_PAGES_ON_MENU %} {% for page in PAGES %} -
  • {{ page.title }}
  • +
  • {{ page.title }}
  • {% endfor %} {% endif %} -- cgit From ba5c5163ae8ba42d54c3b8b49d3045cd691ce37b Mon Sep 17 00:00:00 2001 From: Miguel Ventura Date: Mon, 3 Sep 2012 01:14:59 +0100 Subject: Removed too much on last commit... --- brownstone/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brownstone/templates/base.html') diff --git a/brownstone/templates/base.html b/brownstone/templates/base.html index 7ac50ca..c1bb31d 100644 --- a/brownstone/templates/base.html +++ b/brownstone/templates/base.html @@ -40,7 +40,7 @@ Released : 20100928
  • Archives
  • {% if DISPLAY_PAGES_ON_MENU %} {% for page in PAGES %} -
  • {{ page.title }}
  • +
  • {{ page.title }}
  • {% endfor %} {% endif %} -- cgit