HTML error for failed admin login
This commit is contained in:
parent
e047a87620
commit
ce15d2b0c3
4 changed files with 23 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
|||
{% block content %}
|
||||
<div style="display:grid;height:80%;">
|
||||
<div style="margin:auto;">
|
||||
{% if error %}
|
||||
<p class="primary-color">Invalid password.</p>
|
||||
{% endif %}
|
||||
<form class="form" action="/admin/login" method="POST">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<input type="hidden" name="redirect" value="{{ redirect }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue