Code for the demo features.

This commit is contained in:
James Cole
2016-12-26 09:18:45 +01:00
parent c86aa9cb3f
commit 2847e2aff5
3 changed files with 20 additions and 1 deletions

View File

@@ -2,6 +2,18 @@
{% block content %}
{% if IS_DEMO_SITE %}
<div class="row">
<div class="col-lg-12">
<p class="well">
Welcome to the Firefly III demonstration website!<br />
<br />
To log in, please use email address <strong>{{ DEMO_USERNAME }}</strong> with password <strong>{{ DEMO_PASSWORD }}</strong>
</p>
</div>
</div>
{% endif %}
{% if errors.has('email') %}
<div class="row">
<div class="col-lg-12">