From 5ba48b3b2536d29c3455dba7ce0126ffc9b2bcc8 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 24 Feb 2011 11:52:05 +0100 Subject: try to produce restful URLs always --- templates/base.html | 2 +- templates/tree.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index a212afb..742e5ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -63,7 +63,7 @@ {% if name %} {% endif %} diff --git a/templates/tree.html b/templates/tree.html index f8d83e6..2a5045b 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -34,7 +34,7 @@ $(function() {
{% if name and render.up %} {% if name.parent %} - .. (up one level) + .. (up one level) {% else %} .. (up one level) {% endif %} @@ -62,7 +62,7 @@ $(function() {
-- cgit v1.1