Conflicts: ietf/doc/templatetags/ietf_filters.py ietf/doc/views_charter.py ietf/templates/doc/charter/edit_notify.html ietf/templates/doc/charter/edit_telechat_date.html ietf/templates/doc/document_ballot_content.html ietf/templates/doc/document_history.html ietf/templates/doc/edit_notify.html ietf/templates/doc/edit_telechat_date.html ietf/templates/doc/notify.html ietf/templates/group/concluded_groups.html - Legacy-Id: 8429
9 lines
206 B
HTML
9 lines
206 B
HTML
{% extends "ietf.html" %}
|
|
|
|
{% block title %}Documents for {{ ad_name }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Documents for {{ ad_name }}</h1>
|
|
{% include "doc/search/search_results.html" %}
|
|
{% endblock %}
|