add information to successpage (will now list errors)
This commit is contained in:
@@ -5,13 +5,20 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="2;url={{ call_back_url }}" />
|
<meta http-equiv="refresh" content="2;url={{ call_back_url }}" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<span class="text-success">Success!</span> <span class="text-muted">Redirecting...</span>
|
{% if errors %}
|
||||||
{% for error in errors %}
|
<span class="text-danger">Errors...</span>
|
||||||
error
|
{% for error in errors %}
|
||||||
{% endfor %}
|
error
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
<span class="text-success">Success!</span>
|
||||||
|
{% endif %}
|
||||||
|
<span class="text-muted">Redirecting...</span>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user