diff -r bca61ea93be1 -r 2ee11f57e318 src/p4l/views.py --- 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