fixes exposed by tests

This commit is contained in:
2021-11-12 14:10:56 -06:00
parent 4460032a40
commit 021fede771
6 changed files with 22 additions and 11 deletions

View File

@@ -3,10 +3,12 @@
{% block content %}
<head>
<meta http-equiv="refresh" content="2;url={% url call_back %}" />
</head>
<head>
<span class="text-success">Success!</span> <span class="text-muted">Redirecting...</span>
<meta http-equiv="refresh" content="2;url={{ call_back_url }}" />
</head>
<span class="text-success">Success!</span> <span class="text-muted">Redirecting...</span>
{% endblock %}