Skip to content

Commit 6ae3a90

Browse files
committed
Use request.get_host rather than hardcoded server name
- Legacy-Id: 3876
1 parent f92641b commit 6ae3a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div id="ietf-login" class="noprint">{% if user.is_authenticated %}
6666
{{ user }}
6767
{% else %}
68-
<a href="https://datatracker.ietf.org/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
68+
<a href="https://{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
6969
{% endif %}</div>
7070
{% endif %}
7171

0 commit comments

Comments
 (0)