remove load url from future, it's deprecated since Django 1.5 (fixes #14843)

This commit is contained in:
Benjamin Dauvergne 2017-02-01 17:07:01 +01:00
parent 0a083e8582
commit b9da59b418
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% load url from future %}{% load i18n gadjo %}<!DOCTYPE html>
{% load i18n gadjo %}<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>