Removed "from future" for url imports

This commit is contained in:
David Taylor
2015-05-28 20:07:45 +01:00
parent 6754064ebc
commit 5a47851ddb
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 }}