From 0814a4bd78ee9f4cc34af878997498db26fb07b1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 6 Aug 2011 06:08:54 -0400 Subject: [PATCH] Improved language switching widget, removed language switching 'go' button --- apps/main/templates/base.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index 6c8c7d904a..039c3b3b66 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -127,12 +127,11 @@ {% if "django.middleware.locale.LocaleMiddleware" in middleware_classes %}
  • {% csrf_token %} - {% for lang in LANGUAGES %} - + {% endfor %} -
  • {% endif %}