add information to successpage (will now list errors)
This commit is contained in:
@@ -9,9 +9,16 @@
|
||||
|
||||
</head>
|
||||
|
||||
<span class="text-success">Success!</span> <span class="text-muted">Redirecting...</span>
|
||||
{% if errors %}
|
||||
<span class="text-danger">Errors...</span>
|
||||
{% for error in errors %}
|
||||
error
|
||||
{% endfor %}
|
||||
|
||||
{% else %}
|
||||
<span class="text-success">Success!</span>
|
||||
{% endif %}
|
||||
<span class="text-muted">Redirecting...</span>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user