diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-25 20:32:39 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-25 20:32:39 +0100 |
commit | c0f8db6c713f9e8babe001e85e2af3dbf6aac202 (patch) | |
tree | c103606ff3b5542d7ed6290ef8b48d56dd389447 /lanre_py/templates | |
parent | b30a5f614e5178fca2adb25faaa5d43c8bd70463 (diff) | |
download | lanre-master.tar.gz lanre-master.tar.bz2 lanre-master.zip |
Diffstat (limited to 'lanre_py/templates')
-rw-r--r-- | lanre_py/templates/ask_for_text.html | 8 | ||||
-rw-r--r-- | lanre_py/templates/layout.html | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lanre_py/templates/ask_for_text.html b/lanre_py/templates/ask_for_text.html index eb92bf3..e4b2689 100644 --- a/lanre_py/templates/ask_for_text.html +++ b/lanre_py/templates/ask_for_text.html @@ -14,11 +14,11 @@ <li id="lienit"> <a href="#language-options">English Italian</a> </li> - <li id="lienes"> - <a href="#language-options">English Spanish</a> + <li id="liende"> + <a href="#language-options">English German</a> </li> - <li id="liesen"> - <a href="#language-options">Spanish English</a> + <li id="lideen"> + <a href="#language-options">German English</a> </li> </ul> 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> |