datatracker/ietf/templates/meeting/proceedings/edit_material.html
Lars Eggert cc723ce449 More fixes.
- Legacy-Id: 19899
2022-01-31 19:17:50 +00:00

13 lines
464 B
HTML

{# bs5ok #}
{% extends "meeting/proceedings/edit_material_base.html" %}
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load tz %}
{% block intro %}
<p class="form-text">
{% if material.active %}
This item will be listed on the proceedings as "{{ material }}". To change this, set the title below.
{% else %}
This item currently will not appear on the proceedings.
{% endif %}
</p>
{% endblock %}