src/p4l/views.py
changeset 70 2ee11f57e318
parent 62 8433e12362e0
child 74 ad7d84868c98
--- a/src/p4l/views.py	Wed Sep 11 12:29:56 2013 +0200
+++ b/src/p4l/views.py	Wed Sep 11 13:41:47 2013 +0200
@@ -180,6 +180,9 @@
         }
         context['query_dicts'] = json.dumps(query_dicts)
         
+        # Languages list used in drop down list
+        context['languages_list'] = json.dumps(settings.LANGUAGES_LIST)
+        
         return context
         
         
\ No newline at end of file