Skip to content

Commit

Permalink
removed extra pesky split()
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Apr 27, 2012
1 parent 85f9125 commit 99a9df3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actstream/templatetags/activity_tags.py
Expand Up @@ -134,7 +134,6 @@ def follow_url(parser, token):
"""
bits = token.split_contents()
bits = token.contents.split()
if len(bits) != 2:
raise TemplateSyntaxError, "Accepted format {% follow_url [instance] %}"
else:
Expand Down

0 comments on commit 99a9df3

Please sign in to comment.