summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.ep')
-rw-r--r--templates/login.html.ep9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/login.html.ep b/templates/login.html.ep
index 7b225ec..a8d7296 100644
--- a/templates/login.html.ep
+++ b/templates/login.html.ep
@@ -44,6 +44,15 @@
</div>
</div>
% }
+ % elsif ($from eq 'auth_required') {
+ <div class="card">
+ <div class="card-content">
+ <span class="card-title">Login notwendig</span>
+ <p>Die aufgerufene Seite ist nur mit travelynx-Account zugänglich.</p>
+ <p><a href="/">Über travelynx</a> · <a href="/register">Registrieren</a></p>
+ </div>
+ </div>
+ % }
</div>
</div>
% }