flows: default-auth -> default-authentication

This commit is contained in:
Jens Langhammer
2020-05-12 14:49:47 +02:00
parent 7500e622f6
commit 137e90355b
5 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@
{{ user.username }}
</div>
<div class="right">
<a href="{% url 'passbook_flows:default-auth' %}">{% trans 'Not you?' %}</a>
<a href="{% url 'passbook_flows:default-authentication' %}">{% trans 'Not you?' %}</a>
</div>
</div>
</div>