Skip to content

Commit

Permalink
new erro value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 24, 2016
1 parent e280192 commit d491c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/budy/templates/signin.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<h1>Login</h1>
<h3>Sign in to continue to <strong>{{ own.description }}</strong></h3>
<div class="quote error">
{{ error }}
{{ error|default("", True) }}
</div>
<form action="{{ url_for('base.login') }}" method="post" class="form">
<input type="hidden" name="next" value="{{ next|default('', True) }}" />
<div class="input">
<input type="text" class="text-field small focus" name="username" value="{{ username }}"
<input type="text" class="text-field full focus" name="username" value="{{ username }}"
placeholder="username" />
</div>
<div class="input">
<input type="password" class="text-field small" name="password" placeholder="password" />
<input type="password" class="text-field full" name="password" placeholder="password" />
</div>
<div class="buttons">
<span class="button medium button-color button-blue" data-submit="true">Login</span>
Expand Down

0 comments on commit d491c1d

Please sign in to comment.