Skip to content

Commit

Permalink
better comments in the base_url tag and filter file
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 7, 2010
1 parent f510a60 commit c532849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion track/templatetags/base_url.py
Expand Up @@ -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()
Expand Down

0 comments on commit c532849

Please sign in to comment.