mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Use the correct static template tag in Django 1.5
This commit is contained in:
parent
12bb25b372
commit
9b67a33b92
|
@ -23,7 +23,7 @@ register = template.Library()
|
|||
# conflicts with this rest_framework template tag module.
|
||||
|
||||
try: # Django 1.5+
|
||||
from django.contrib.staticfiles.templatetags import StaticFilesNode
|
||||
from django.contrib.staticfiles.templatetags.staticfiles import StaticFilesNode
|
||||
|
||||
@register.tag('static')
|
||||
def do_static(parser, token):
|
||||
|
|
Loading…
Reference in New Issue
Block a user