Some code reformatting.

This commit is contained in:
James Cole
2016-10-14 17:14:54 +02:00
parent 3670053a58
commit 148956a60d
9 changed files with 39 additions and 45 deletions

View File

@@ -26,7 +26,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group has-feedback">
<input type="email" name="email" value="{{ email }}"class="form-control" placeholder="Email"/>
<input type="email" name="email" value="{{ email }}" class="form-control" placeholder="Email"/>
{% if showDemoWarning %}
<p class="help-block">You will receive an email from Firefly III. If your email address
is incorrect, your account may not work.</p>