diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo index b0ad890..647f6b6 100644 Binary files a/locale/en/LC_MESSAGES/django.mo and b/locale/en/LC_MESSAGES/django.mo differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 927969b..b815b0c 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-17 18:49+0300\n" +"POT-Creation-Date: 2017-10-17 19:55+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -538,7 +538,7 @@ msgstr "Missing \"textfield\" POST request field" msgid "Go" msgstr "" -#: templates/footer.html:7 +#: templates/footer.html:22 msgid "Copyright Aalto-yliopiston Sähköinsinöörikilta ry" msgstr "Copyright Aalto-yliopiston Sähköinsinöörikilta ry" @@ -837,9 +837,12 @@ msgid "" "henkilöön." msgstr "" "Express your interest in the guild for the next year.\n" -"This list contains both board and non-board positions, categorized by area of responsibility.\n" -"If you have anything to ask about the positions, seek out people who have held that position before or contact the board.\n" -"Best positions to consider for English speaking people are in the International category." +"This list contains both board and non-board positions, categorized by area " +"of responsibility.\n" +"If you have anything to ask about the positions, seek out people who have " +"held that position before or contact the board.\n" +"Best positions to consider for English speaking people are in the " +"International category." #: webapp/templates/kaehmy.html:23 msgid "" @@ -847,7 +850,8 @@ msgid "" " eikä siis missään nimessä sitova ilmoittautumien mihinkään " "tehtävään!" msgstr "" -"Note, that sending an application is not binding and should be considered as a gesture of interest." +"Note, that sending an application is not binding and should be considered as " +"a gesture of interest." #: webapp/templates/kaehmy.html:26 msgid "Päivämääriä & deadlineja" @@ -908,7 +912,7 @@ msgstr "" #: webapp/templates/kaehmy_navigation.html:6 msgid "List kaehmys" -msgstr "List applications:" +msgstr "List applications" #: webapp/templates/kaehmy_navigation.html:7 msgid "New kaehmy" diff --git a/locale/fi/LC_MESSAGES/django.mo b/locale/fi/LC_MESSAGES/django.mo index 71dba2b..9d377dd 100644 Binary files a/locale/fi/LC_MESSAGES/django.mo and b/locale/fi/LC_MESSAGES/django.mo differ diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index bd8ff4a..f4a03cb 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-17 18:49+0300\n" +"POT-Creation-Date: 2017-10-17 19:55+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -539,7 +539,7 @@ msgstr "Puuttuva \"textfield\" POST-kenttä" msgid "Go" msgstr "Vaihda" -#: templates/footer.html:7 +#: templates/footer.html:22 msgid "Copyright Aalto-yliopiston Sähköinsinöörikilta ry" msgstr "Copyright Aalto-yliopiston Sähköinsinöörikilta ry" diff --git a/static/css/footer.css b/static/css/footer.css index 03adad6..144b05e 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -23,3 +23,8 @@ margin-left: 1vh; margin-right: 1vh; } + +.lang-select { + width: 10rem; + display: inline-block; +} \ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html index 736d423..d47e2e6 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -4,6 +4,21 @@ diff --git a/webapp/templates/base.html b/webapp/templates/base.html index 064b47a..db2d8ab 100644 --- a/webapp/templates/base.html +++ b/webapp/templates/base.html @@ -44,6 +44,8 @@ {% endblock %} - {% include "footer.html" %} + {% block footer %} + {% include "footer.html" %} + {% endblock footer %} diff --git a/webapp/templates/kaehmy_list.html b/webapp/templates/kaehmy_list.html index b5cabcb..2c535be 100644 --- a/webapp/templates/kaehmy_list.html +++ b/webapp/templates/kaehmy_list.html @@ -90,4 +90,4 @@ {% endfor %} -{% endblock content %} +{% endblock content %} \ No newline at end of file