Skip to content

Commit 8c8b5c2

Browse files
committed
Display document urls in alphabetical order
- Legacy-Id: 14231
1 parent 0d15cb0 commit 8c8b5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
{% if urls %}
255255
<table class="col-md-12 col-sm-12 col-xs-12">
256256
<tbody>
257-
{% for url in urls %}
257+
{% for url in urls|dictsort:"desc" %}
258258
<tr><td> - <a href="{{ url.url }}">{% firstof url.desc url.tag.name %}</a></td></tr>
259259
{% endfor %}
260260
</tbody>

0 commit comments

Comments
 (0)