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... --- notmyidea-cms/templates/base.html | 2 +- notmyidea-cms/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html index d8f826e..3ec41e1 100644 --- a/notmyidea-cms/templates/base.html +++ b/notmyidea-cms/templates/base.html @@ -33,7 +33,7 @@ {% if DISPLAY_PAGES_ON_MENU != False %}
  • Home
  • {% for p in PAGES %} -
  • {{ p.title }}
  • +
  • {{ p.title }}
  • {% endfor %} {% endif %} {#{% for cat, null in categories %} diff --git a/notmyidea-cms/templates/index.html b/notmyidea-cms/templates/index.html index 3bb5697..1e4bad3 100644 --- a/notmyidea-cms/templates/index.html +++ b/notmyidea-cms/templates/index.html @@ -36,7 +36,7 @@

    Pages

    {% for page in PAGES %} -
  • {{ page.title }}
  • +
  • {{ page.title }}
  • {% endfor %}
    {% endif %} -- cgit v1.1