form validation

This commit is contained in:
2019-08-20 19:33:42 -05:00
parent 76f1982ad5
commit 1df56edd2c
2 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
{% for message in messages %}
<li>{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
{% endwith %}
{% block content %}{% endblock %}