datatracker/ietf/secr/templates/telechat/doc_template.html
Henrik Levkowetz 5f053ad21a Cleaned up the remaining explicit url names, using dotted-paths to view
functions instead.  In all almost 700 changes.
 - Legacy-Id: 12923
2017-02-26 23:21:49 +00:00

10 lines
243 B
HTML

{% if section_docs %}
<ul class="doc-list">
{% for doc in section_docs %}
<li><a href="{% url 'ietf.secr.telechat.views.doc_detail' date=date name=doc.name %}">{{ doc.name }}</a></li>
{% endfor %}
</ul>
{% else %}
None
{% endif %}