Remove 'load url from future' tags in templates.

This commit is contained in:
Tom Christie 2015-07-30 15:13:22 +01:00
parent 1f55bc747b
commit 5b39d820be
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
{% load url from future %}
{% load staticfiles %}
{% load rest_framework %}
<!DOCTYPE html>

View File

@ -1,4 +1,3 @@
{% load url from future %}
{% load staticfiles %}
{% load rest_framework %}
<!DOCTYPE html>

View File

@ -1,5 +1,4 @@
{% extends "rest_framework/base.html" %}
{% load url from future %}
{% load staticfiles %}
{% load rest_framework %}