Skip to content

Commit fbbd111

Browse files
committed
Change the 'Sign In' link to be https. Add a 'Report a bug' link in the lefthand column, below the version indication. Tweak the alignment of version and bug report links.
- Legacy-Id: 3509
1 parent 4742def commit fbbd111

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div id="ietf-login" class="noprint">{% if user.is_authenticated %}
6464
{{ user }}
6565
{% else %}
66-
<a href="/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
66+
<a href="https://datatracker.ietf.org/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign In</a>
6767
{% endif %}</div>
6868

6969
<table style="margin-left:8px;margin-top:8px;" width="98%;">
@@ -72,8 +72,10 @@
7272
<div class="ietf-navbar">
7373
{% include "base_leftmenu.html" %}
7474
</div>
75-
<div style="padding-left: 12px;padding-top:4px;font-size:69%;">
75+
<div style="width: 100%; text-align: center; padding-top:4px;font-size:69%;">
7676
Version {{ version_num }}, {{revision_date}}
77+
<br/>
78+
<a href="http://tools.ietf.org/tools/ietfdb/newticket">Report a bug</a>
7779
</div>
7880
</td>
7981
<td>

0 commit comments

Comments
 (0)