From c532849159d2397595159203af59e3dbd66bebb6 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Wed, 7 Apr 2010 21:24:26 +0100 Subject: [PATCH] better comments in the base_url tag and filter file --- track/templatetags/base_url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/track/templatetags/base_url.py b/track/templatetags/base_url.py index 8835f9d..22f8827 100644 --- a/track/templatetags/base_url.py +++ b/track/templatetags/base_url.py @@ -14,7 +14,8 @@ def base(file): @register.tag def base_url(parser, token): ''' - Concatenate BASE_URL and file. + Return root url of the site. + This is BASE_URL + file. ''' return BaseUrl()