From dfaceb6e227d166caaacce462574bd456143ce24 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 27 Jul 2017 15:31:05 +0000 Subject: [PATCH] Point at the datatracker's document pages, instead of directly at the document in question, for documents on a person's profile page. This reverts to the functionality as originally designed, but uses the correct doc.get_absolute_url instead of doc.href() (which incorrectly did the same as get_absolute_url until recently). Fixes issue #2340. - Legacy-Id: 13989 --- ietf/templates/person/profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html index d0d42af8b..6b1a23000 100644 --- a/ietf/templates/person/profile.html +++ b/ietf/templates/person/profile.html @@ -64,7 +64,7 @@ {% for doc in person.rfcs %} - + @@ -80,7 +80,7 @@ @@ -94,7 +94,7 @@
{{ doc.canonical_name }}{{ doc.canonical_name }} {{ doc.pub_date|date:"b Y"|title|nbsp }} {{ doc.title }}