From fbbd1113958e1af3eb539a62b2f6ac6d73cec262 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 25 Oct 2011 14:18:14 +0000 Subject: [PATCH] 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 --- ietf/templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index bac088a46..24b3c65b3 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -63,7 +63,7 @@ IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not
{% if user.is_authenticated %} {{ user }} {% else %} -Sign In +Sign In {% endif %}
@@ -72,8 +72,10 @@ IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not
{% include "base_leftmenu.html" %}
-
+
Version {{ version_num }}, {{revision_date}} +
+Report a bug