From: hernani Date: Wed, 14 Jul 2010 13:33:46 +0000 (+0000) Subject: Another small js change. X-Git-Tag: live~608 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/4f86b9ee995ec0a131f00598125830d4e6cdde77?hp=268dcae115051f8d5fe9091d956a3f98b4b47e85 Another small js change. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@526 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/base_content.html b/forum/skins/default/templates/base_content.html index 9caf2bf..26a0d52 100644 --- a/forum/skins/default/templates/base_content.html +++ b/forum/skins/default/templates/base_content.html @@ -26,15 +26,15 @@ 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 %}" } /* ]] */