We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f422f commit fd8eee0Copy full SHA for fd8eee0
application/templates/layouts/base.html
@@ -71,7 +71,7 @@
71
Sign out
72
</a>
73
{% else %}
74
- <a class="govuk-header__link" href="{{url_for('auth.login', next=request.path)}}">
+ <a class="govuk-header__link" href="{{url_for('auth.login', next=request.path, _external=True)}}">
75
Sign in
76
77
{% endif %}
0 commit comments