Skip to content

Commit

Permalink
remove conditional message
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz authored Jun 25, 2018
1 parent 74032e4 commit dad9de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h1 class="h3 mb-3 font-weight-normal">Sign in</h1>
{% if message %}<p>{{ message|safe }}</p>{% endif %}
</div>

{% if message %}{% else %}
<div class="form-label-group">
<input type="email" name="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
<label for="inputEmail">Email address</label>
Expand All @@ -46,7 +45,6 @@ <h1 class="h3 mb-3 font-weight-normal">Sign in</h1>
</div>

<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
{% endif %}
<p class="mt-5 mb-3 text-muted text-center"><a href="https://github.com/schollz/raspberry-pi-turnkey">Raspberry Pi Turnkey</a></p>
</form>
</body>

0 comments on commit dad9de2

Please sign in to comment.