mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
a22f823e00
commit
d9e5a4ea5b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue