Removed "from future" for url imports

This commit is contained in:
David Taylor
2015-05-28 20:07:45 +01:00
parent cbe49fc9dd
commit f78ce621d5
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{% load url from future %}
{% load url %}
Welcome {{ user }},
Thank you for registering on {{ site }}