add missing error box in password-required.spt

This commit is contained in:
Changaco 2020-12-22 11:20:02 +01:00
parent 676e656e12
commit fc8dc706c9

View File

@ -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 }}" />