From 4ed19e1bba58a9112731e6dda8a7540d181e137a Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 29 Oct 2021 10:22:59 +0000 Subject: [PATCH] URL-encode the link to a person's public profile, fixing validation errors. Commit ready for merge. - Legacy-Id: 19494 --- ietf/templates/base/menu_user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/base/menu_user.html b/ietf/templates/base/menu_user.html index d545b1094..c2dba21e7 100644 --- a/ietf/templates/base/menu_user.html +++ b/ietf/templates/base/menu_user.html @@ -17,7 +17,7 @@ {% if user.is_authenticated %}
  • Sign out
  • Account info
  • -
  • Public profile page
  • +
  • Public profile page
  • Preferences
  • API keys
  • Change password
  • @@ -69,4 +69,4 @@
  • RFC Editor
  • Sync discrepancies
  • {% endif %} -{% if flavor == "top" %}{% endif %} +{% if flavor == "top" %}{% endif %} \ No newline at end of file