Added listing of author names, with links to the individual profile pages, to Draft and RFC status pages. Related to issue #3093.
- Legacy-Id: 18549
This commit is contained in:
parent
4128a769a8
commit
2899c2a65d
|
@ -67,6 +67,19 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th></th>
|
||||||
|
<th>Author{{doc.authors|pluralize}}</th>
|
||||||
|
<td class="edit"></td>
|
||||||
|
<td>
|
||||||
|
{% for author in doc.authors %}
|
||||||
|
<a href="{% url 'ietf.person.views.profile' email_or_name=author.email %}">{{ author.plain_name }}</a>
|
||||||
|
{% if not forloop.last %}, {% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Last updated</th>
|
<th>Last updated</th>
|
||||||
|
|
Loading…
Reference in a new issue