add missing error box in password-required.spt
This commit is contained in:
parent
676e656e12
commit
fc8dc706c9
@ -3,6 +3,9 @@
|
||||
% extends "templates/layouts/base-thin.html"
|
||||
|
||||
% block thin_content
|
||||
% if 'log-in.error' in state
|
||||
<p class="alert alert-danger">{{ state['log-in.error'] }}</p>
|
||||
% endif
|
||||
<form action="" method="POST">
|
||||
% include "templates/form-repost.html"
|
||||
<input type="hidden" name="log-in.id" value="~{{ user.id }}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user