From c4313a4f421c8c7ad616102751a40e2b2b199053 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Mon, 13 Jan 2014 12:21:46 +0000 Subject: [PATCH] Add rel="nofollow" to a couple of the account links to prevent the test crawler from going to /account/login/ and getting an error back, with this change the crawler currently runs without reporting any errors - Legacy-Id: 7114 --- ietf/templates/registration/create.html | 2 +- ietf/templates/registration/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/registration/create.html b/ietf/templates/registration/create.html index 4fcca57a5..d5c38fac4 100644 --- a/ietf/templates/registration/create.html +++ b/ietf/templates/registration/create.html @@ -51,7 +51,7 @@
{% csrf_token %}

If you already have an account, and want to use a new email address,
- please go to your account profile page and + please go to your account profile page and add the new email
address there.

diff --git a/ietf/templates/registration/index.html b/ietf/templates/registration/index.html index 0ac552698..15a47fb18 100644 --- a/ietf/templates/registration/index.html +++ b/ietf/templates/registration/index.html @@ -12,11 +12,11 @@ {% if user.username %}
  • View and edit your profile
  • {% else %} -
  • Sign in
  • +
  • Sign in
  • {% endif %}
  • Request an account
  • Request a password reset
  • -
  • Change your datatracker preferences for this browser
  • +
  • Change your datatracker preferences for this browser