Use the default `url` tag instead

`url` change:
https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-5
See notes for the url tag change

Change-Id: Ie565ee03800d10717270fe28c017576533e8fe0f
This commit is contained in:
lawrancejing 2015-12-17 10:17:04 +00:00
parent fdc5a705de
commit 59563a9033
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{% extends 'base.html' %}
{% load i18n %}
{% load url from future %}
{% block title %}{% trans "Reporting" %}{% endblock %}