Skip to content

Commit e1086ed

Browse files
committed
Merged in [17071] from rjsparks@nostrum.com:
Use doc.name explicitly now that name is no lonker the pk. Pointed out by Sasha in ietf-tools#2050. - Legacy-Id: 17089 Note: SVN reference [17071] has been migrated to Git commit f0a5fa6
2 parents 0af4504 + f0a5fa6 commit e1086ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ietfauth/review_overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Review wishes</h2>
9595
<table class="table">
9696
{% for w in review_wishes %}
9797
<tr>
98-
<td><a href="{% url "ietf.doc.views_doc.document_main" w.doc.name %}">{{ w.doc_id }}</a></td>
98+
<td><a href="{% url "ietf.doc.views_doc.document_main" w.doc.name %}">{{ w.doc.name }}</a></td>
9999
<td>{{ w.team.acronym }}</td>
100100
<td>
101101
<form method="post">

0 commit comments

Comments
 (0)