From 9c349d82c60d06563e1c1fc52600179f702cebc2 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 14 May 2012 18:17:00 +0100 Subject: Use object.url to get the url for author, category and tags --- bootstrap2/templates/base.html | 2 +- bootstrap2/templates/sidebar.html | 6 +++--- bootstrap2/templates/tags.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bootstrap2/templates') diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index 3e42e65..26195f7 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -82,7 +82,7 @@ {% endif %} {% for cat, null in categories %}
  • - + {{ cat }}
  • diff --git a/bootstrap2/templates/sidebar.html b/bootstrap2/templates/sidebar.html index fb94733..ae2e009 100644 --- a/bootstrap2/templates/sidebar.html +++ b/bootstrap2/templates/sidebar.html @@ -19,7 +19,7 @@ {% for cat, null in categories %}
  • - + {{ cat }}
  • @@ -28,7 +28,7 @@ {% for tag in tag_cloud %}
  • - + {{ tag.0 }}
  • @@ -40,4 +40,4 @@ {% if SIDEBAR_CUSTOM %} {{ SIDEBAR_CUSTOM }} {% endif %} - \ No newline at end of file + diff --git a/bootstrap2/templates/tags.html b/bootstrap2/templates/tags.html index 6e8a22f..862eff6 100644 --- a/bootstrap2/templates/tags.html +++ b/bootstrap2/templates/tags.html @@ -4,10 +4,10 @@ {% for tag in tag_cloud %}
  • - + {{ tag.0 }}
  • {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.1