Fix logout on reauth page

This commit is contained in:
Raphael Michel
2018-04-26 19:26:45 +02:00
parent ed88a8e3e3
commit 30f8afca85
2 changed files with 3 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
<button type="submit" class="btn btn-primary btn-block">
{% trans "Continue" %}
</button>
<a href={% url "control:auth.logout" %}"" class="btn btn-link btn-block">
{% trans "Log in as someone else" %}
<a href="{% url "control:auth.logout" %}" class="btn btn-link btn-block">
{% trans "Log in as someone else" %}
</a>
</div>