+
+ {% endif %}
+
{% include('partials.flashes') %}
+
+ + {% include ['demo.no-demo-text', 'demo.' ~ Route.getCurrentRoute.getName] %} +
+diff --git a/resources/views/auth/login.twig b/resources/views/auth/login.twig index f0ab30b5bd..88353375a6 100644 --- a/resources/views/auth/login.twig +++ b/resources/views/auth/login.twig @@ -1,18 +1,17 @@ {% extends "./layout/guest" %} {% block content %} - {% if IS_DEMO_SITE %}
- Welcome to the Firefly III demonstration website!
-
+ Welcome to the Firefly III demonstration website!
+
To log in, please use email address {{ DEMO_USERNAME }} with password {{ DEMO_PASSWORD }}
+ {% include ['demo.no-demo-text', 'demo.' ~ Route.getCurrentRoute.getName] %} +
+