]> git.openstreetmap.org Git - osqa.git/commitdiff
Another small js change.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 14 Jul 2010 13:33:46 +0000 (13:33 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 14 Jul 2010 13:33:46 +0000 (13:33 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@526 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/base_content.html

index 9caf2bf52ef2285f7a3e4cb0a0fd1301257e6336..26a0d52e97adeeaefe8af79d182fab23c70dc282 100644 (file)
             var osqaSkin = '{{settings.OSQA_SKIN}}';
 
             var messages = {
-                'username': '{{ user.username }}',
-                'confirm': "{% trans "Are you sure?" %}",
-                'yes': "{% trans "Yes" %}",
-                'no': "{% trans "No" %}",
-                'message': "{% trans "Message:" %}",
-                'cancel': "{% trans "Cancel" %}",
-                'close': "{% trans "Close" %}",
-                'ok': "{% trans "Ok" %}",
-                'matching_tags_url': "{% url matching_tags %}",
+                username: '{{ user.username }}',
+                confirm: "{% trans "Are you sure?" %}",
+                yes: "{% trans "Yes" %}",
+                no: "{% trans "No" %}",
+                message: "{% trans "Message:" %}",
+                cancel: "{% trans "Cancel" %}",
+                close: "{% trans "Close" %}",
+                ok: "{% trans "Ok" %}",
+                matching_tags_url: "{% url matching_tags %}"
             }
         /* ]] */
         </script>