Use doc.name explicitly now that name is no lonker the pk. Pointed out by Sasha in #2050. Commit ready for merge.

- Legacy-Id: 17071
This commit is contained in:
Robert Sparks 2019-11-20 16:48:08 +00:00
parent 38e73b6f89
commit f0a5fa6f9e

View file

@ -95,7 +95,7 @@
<table class="table">
{% for w in review_wishes %}
<tr>
<td><a href="{% url "ietf.doc.views_doc.document_main" w.doc.name %}">{{ w.doc_id }}</a></td>
<td><a href="{% url "ietf.doc.views_doc.document_main" w.doc.name %}">{{ w.doc.name }}</a></td>
<td>{{ w.team.acronym }}</td>
<td>
<form method="post">