Kaydet (Commit) d9e5a4ea authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Removed an unneeded line of code in django/templatetags/adminmedia.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a22f823e
......@@ -12,7 +12,6 @@ def admin_media_prefix(parser, token):
"""
{% admin_media_prefix %}
"""
bits = token.contents.split()
return AdminMediaPrefixNode()
template.register_tag('admin_media_prefix', admin_media_prefix)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment