[damned-lies] Fixed missing quotes around url name (#670644)



commit b55209bbe7d3e8a128c271e15aa96213c92303b6
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Feb 23 10:40:33 2012 +0100

    Fixed missing quotes around url name (#670644)

 templates/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/index.html b/templates/index.html
index a55f984..5b56e60 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -28,7 +28,7 @@
 
 <div class="bloc50">
   <h2><a href="{% url 'languages' %}">{% trans "Languages" %}</a></h2>
-  {% url teams as teams_url %}
+  {% url 'teams' as teams_url %}
   <p>{% blocktrans %}List of all languages there are <a href='{{ teams_url }}'>Translation Teams</a> for.{% endblocktrans %}
   {% trans "Some teams manage more than one language (usually just simple variants), and here you can see all the languages GNOME is being translated to." %}</p>
 </div>



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