[damned-lies] Removed 'load url from future' lines



commit 9cbb57c7c876402e90e891ded2962f82950107fe
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Apr 18 12:23:33 2015 +0200

    Removed 'load url from future' lines

 templates/base.html                                |    1 -
 templates/index.html                               |    1 -
 templates/languages/language_release.html          |    1 -
 templates/languages/language_release_stats.html    |    1 -
 templates/languages/language_release_summary.html  |    1 -
 templates/login.html                               |    1 -
 templates/module_detail.html                       |    1 -
 templates/module_edit_branches.html                |    1 -
 templates/module_images.html                       |    1 -
 templates/module_list.html                         |    1 -
 templates/people/person_base.html                  |    1 -
 templates/people/person_team_membership.html       |    1 -
 .../registration/password_reset_complete.html      |    1 -
 templates/release_detail.html                      |    1 -
 templates/release_list.html                        |    1 -
 templates/stats_show.html                          |    1 -
 templates/teams/team_base.html                     |    1 -
 templates/teams/team_detail.html                   |    1 -
 templates/vertimus/vertimus_detail.html            |    1 -
 templates/vertimus/vertimus_diff.html              |    1 -
 20 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index 9005705..efb4d42 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,5 @@
 {% load i18n %}
 {% load stats_extras %}
-{% load url from future %}
 <!DOCTYPE html>
 <html lang="{{ LANGUAGE_CODE }}">
 <head>
diff --git a/templates/index.html b/templates/index.html
index bf5e4c7..ccaddda 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %} {% trans "Damned Lies about GNOME" %} {% endblock %}
 
diff --git a/templates/languages/language_release.html b/templates/languages/language_release.html
index f2ddf9a..56f0363 100644
--- a/templates/languages/language_release.html
+++ b/templates/languages/language_release.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %} {% trans release.description %} - {{ language_name }}{% endblock %}
 {% block extrahead %}
diff --git a/templates/languages/language_release_stats.html b/templates/languages/language_release_stats.html
index 36f2b1b..c83313a 100644
--- a/templates/languages/language_release_stats.html
+++ b/templates/languages/language_release_stats.html
@@ -1,7 +1,6 @@
 {# parent template has to define variable modstats #}
 
 {% load i18n stats_extras %}
-{% load url from future %}
 
 <table>
 <tr>
diff --git a/templates/languages/language_release_summary.html 
b/templates/languages/language_release_summary.html
index 451862a..5252d70 100644
--- a/templates/languages/language_release_summary.html
+++ b/templates/languages/language_release_summary.html
@@ -1,5 +1,4 @@
 {% load i18n stats_extras %}
-{% load url from future %}
 {% comment %}
 Following variables should be set:
    lang : current language
diff --git a/templates/login.html b/templates/login.html
index 0649637..dab6671 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %} {% trans "Damned Lies about GNOME" %} {% endblock %}
 {% block extrahead %} <link rel="stylesheet" href="{{ STATIC_URL }}css/login.css"/> {% endblock %}
diff --git a/templates/module_detail.html b/templates/module_detail.html
index 58e92f3..b85b43b 100644
--- a/templates/module_detail.html
+++ b/templates/module_detail.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %}
 {% blocktrans with module.get_description as name %}Module Statistics: {{ name }}{% endblocktrans %}
diff --git a/templates/module_edit_branches.html b/templates/module_edit_branches.html
index cb5db95..b941884 100644
--- a/templates/module_edit_branches.html
+++ b/templates/module_edit_branches.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %} Module Edition (branches) {% endblock %}
 
diff --git a/templates/module_images.html b/templates/module_images.html
index f0b9df2..857c933 100644
--- a/templates/module_images.html
+++ b/templates/module_images.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n stats_extras %}
-{% load url from future %}
 
 {% block title %} {% blocktrans with module.description as name %}Module Doc Figure Status: {{ name }}{% 
endblocktrans %} {% endblock %}
 
diff --git a/templates/module_list.html b/templates/module_list.html
index 9731464..d16b9e3 100644
--- a/templates/module_list.html
+++ b/templates/module_list.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans "GNOME Modules" %}{% endblock %}
 
diff --git a/templates/people/person_base.html b/templates/people/person_base.html
index 8469f87..c82f82a 100644
--- a/templates/people/person_base.html
+++ b/templates/people/person_base.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n stats_extras %}
-{% load url from future %}
 
 {% block title %}{% trans "GNOME Contributor" %}{% endblock %}
 
diff --git a/templates/people/person_team_membership.html b/templates/people/person_team_membership.html
index d9f0608..c22c5ea 100644
--- a/templates/people/person_team_membership.html
+++ b/templates/people/person_team_membership.html
@@ -1,6 +1,5 @@
 {% load i18n %}
 {% load stats_extras %}
-{% load url from future %}
 
 {% if person.role_set.all %}
 <h2>{% trans "Team membership" %}</h2>
diff --git a/templates/registration/password_reset_complete.html 
b/templates/registration/password_reset_complete.html
index 8f8cbbf..850f5a7 100644
--- a/templates/registration/password_reset_complete.html
+++ b/templates/registration/password_reset_complete.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans 'Password reset complete' %}{% endblock %}
 
diff --git a/templates/release_detail.html b/templates/release_detail.html
index 6252e55..a65dd5d 100644
--- a/templates/release_detail.html
+++ b/templates/release_detail.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n stats_extras %}
-{% load url from future %}
 
 {% block title %} {% trans release.description %} {% endblock %}
 
diff --git a/templates/release_list.html b/templates/release_list.html
index eb395d6..5069b5d 100644
--- a/templates/release_list.html
+++ b/templates/release_list.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %} {% trans "GNOME Releases" %} {% endblock %}
 
diff --git a/templates/stats_show.html b/templates/stats_show.html
index 1270dfc..b0b3fa5 100644
--- a/templates/stats_show.html
+++ b/templates/stats_show.html
@@ -1,5 +1,4 @@
 {% load i18n stats_extras %}
-{% load url from future %}
 
 {% for dname, stat in stats.items %}
     {% with stat|first as pot_stat %}
diff --git a/templates/teams/team_base.html b/templates/teams/team_base.html
index f008581..9d167b1 100644
--- a/templates/teams/team_base.html
+++ b/templates/teams/team_base.html
@@ -1,6 +1,5 @@
 {# Variables 'team' and 'language' must be defined prior to calling this template #}
 {% load i18n %}
-{% load url from future %}
 
 {% with team.get_description as lang %}
 <div class="columns">
diff --git a/templates/teams/team_detail.html b/templates/teams/team_detail.html
index 7aa08f0..fbd7436 100644
--- a/templates/teams/team_detail.html
+++ b/templates/teams/team_detail.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n stats_extras %}
-{% load url from future %}
 
 {% block extrahead %}
 <link rel="alternate" type="application/rss+xml"
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 8960200..0c25f13 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n humanize people stats_extras %}
-{% load url from future %}
 
 {% block title %}
 {% blocktrans with module.get_description as name %}Module Translation: {{ name }}{% endblocktrans %}
diff --git a/templates/vertimus/vertimus_diff.html b/templates/vertimus/vertimus_diff.html
index 6a14702..1727b3a 100644
--- a/templates/vertimus/vertimus_diff.html
+++ b/templates/vertimus/vertimus_diff.html
@@ -1,6 +1,5 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load url from future %}
 
 {% block title %}
 {% trans "Diff between po files" %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]