diff options
Diffstat (limited to 'templates/page-main-guest.html')
-rw-r--r-- | templates/page-main-guest.html | 2 |
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&action=login" class="btn btn-primary btn-lg">Anmelden »</a></p> </div> |