mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Remove 'load url from future' tags in templates.
This commit is contained in:
parent
1f55bc747b
commit
5b39d820be
|
@ -1,4 +1,3 @@
|
|||
{% load url from future %}
|
||||
{% load staticfiles %}
|
||||
{% load rest_framework %}
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{% load url from future %}
|
||||
{% load staticfiles %}
|
||||
{% load rest_framework %}
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{% extends "rest_framework/base.html" %}
|
||||
{% load url from future %}
|
||||
{% load staticfiles %}
|
||||
{% load rest_framework %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user