diff options
Diffstat (limited to 'lanre_py/templates/layout.html')
-rw-r--r-- | lanre_py/templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lanre_py/templates/layout.html b/lanre_py/templates/layout.html index 449c675..2f5d2aa 100644 --- a/lanre_py/templates/layout.html +++ b/lanre_py/templates/layout.html @@ -4,7 +4,8 @@ <script type=text/javascript> $SCRIPT_ROOT = {{ request.script_root|tojson|safe }}; - $LANGUAGE = "fren"; + $FROM_LANGUAGE = "eng"; + $DEST_LANGUAGE = "fra"; </script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> |