mirror of
https://github.com/Hopiu/django.git
synced 2026-04-24 16:54:48 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue