Skip to content

Commit

Permalink
Tweaked the description and example of the template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Aug 28, 2009
1 parent 7ca8f90 commit a8a91de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions categories/templatetags/category_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def get_category(parser, token):
Example::
{% get_category "/agriculture/dairy" as dairy %}
{% get_category "/Rock" as rock %}
{% get_category "/Rock/C-Rock" as crock %}
"""
bits = token.contents.split()
error_str = '%(tagname)s tag should be in the format {%% %(tagname)s ' \
Expand Down

0 comments on commit a8a91de

Please sign in to comment.