mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Include error messages in form. Resolve #2368
This commit is contained in:
parent
b94dcbee70
commit
3474ffa008
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ Form
|
|||
<div class="card-body">
|
||||
<h1 class="card-title">Form</h1>
|
||||
<hr />
|
||||
|
||||
|
||||
{% include 'website/messages.html' %}
|
||||
|
||||
{% if form.errors %}
|
||||
{% for field in form %}
|
||||
{% for error in field.errors %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue