aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-10-23 22:10:27 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-10-24 00:20:03 +0200
commit36e29fcc0b26dc0364ec962ff718810a7cb6a80f (patch)
treefcc366359b683fec07fe2b251fb4a8ac17b9684c /templates
parentf50d0336db9052cb0afa465ab3a5f84662970f8a (diff)
downloadhesla-36e29fcc0b26dc0364ec962ff718810a7cb6a80f.tar.gz
Switching language version.
Fix #76
Diffstat (limited to 'templates')
-rw-r--r--templates/czech.html7
-rw-r--r--templates/german.html7
2 files changed, 12 insertions, 2 deletions
diff --git a/templates/czech.html b/templates/czech.html
index 9052879..9a96002 100644
--- a/templates/czech.html
+++ b/templates/czech.html
@@ -32,7 +32,12 @@
{% endfor %}
<footer class="acknowledgment">
<p>Děkuji za poskytnuté texty <a href="http://hesla.dulos.cz/" target="_blank">Petru
- Heřmanovi</a>.</p></footer>
+ Heřmanovi</a>.</p>
+ <ul class="navigation">
+ <li id="czech_nav">Česky</li>
+ <li id="german_nav">Deutsch</li>
+ </ul>
+ </footer>
</body>
</html>
<!-- vi:ft=htmljinja
diff --git a/templates/german.html b/templates/german.html
index 421ff00..340d462 100644
--- a/templates/german.html
+++ b/templates/german.html
@@ -29,7 +29,12 @@
Herrnhuter Brüdergemeine</a><br>
Weitere Informationen finden Sie <a
href="http://www.losungen.de"
- target="_blank">hier</a>.</p></footer>
+ target="_blank">hier</a>.</p>
+ <ul class="navigation">
+ <li id="czech_nav">Česky</li>
+ <li id="german_nav">Deutsch</li>
+ </ul>
+ </footer>
</body>
</html>
<!-- vi:ft=htmljinja