summaryrefslogtreecommitdiffstats
path: root/templates/page-main-guest.html
diff options
context:
space:
mode:
authorraul2014-06-24 17:00:11 +0200
committerraul2014-06-24 17:00:11 +0200
commitefd840d9383bf0b44fe91d460a33f2dda9cf12b1 (patch)
treec1a2a5d66eee0d1ce10fd538e29c136bd9601ce5 /templates/page-main-guest.html
parent[i18n] implemented translator logic (diff)
downloadslx-admin-efd840d9383bf0b44fe91d460a33f2dda9cf12b1.tar.gz
slx-admin-efd840d9383bf0b44fe91d460a33f2dda9cf12b1.tar.xz
slx-admin-efd840d9383bf0b44fe91d460a33f2dda9cf12b1.zip
[templates] adapt html templates
Diffstat (limited to 'templates/page-main-guest.html')
-rw-r--r--templates/page-main-guest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page-main-guest.html b/templates/page-main-guest.html
index 8867ccf8..6be224ee 100644
--- a/templates/page-main-guest.html
+++ b/templates/page-main-guest.html
@@ -1,5 +1,5 @@
<div class="jumbotron">
- <h1>Willkommen</h1>
+ <h1>{{welcome}}</h1>
<p>Dies ist das Administrations-Interface der lokalen bwLehrpool-Installation. Bitte authentifizieren Sie sich, um Einstellungen vorzunehmen.</p>
<p><a href="?do=Session&amp;action=login" class="btn btn-primary btn-lg">Anmelden &raquo;</a></p>
</div>