Skip to content

Commit 3c58e47

Browse files
committed
Don't display group.comments on the charter document page. Apparently
group.comments have been used by the Secretariat in the past for chartering comments, but it's not possible to edit the field and the whole thing doesn't make sense from a modelling perspective - a feature like this should probably use the note field on the charter. Fixes issue ietf-tools#1048. - Legacy-Id: 5798
1 parent fce33cd commit 3c58e47

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

ietf/templates/idrfc/document_charter.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@
6969
</td>
7070
</tr>
7171

72-
{% if chartering and group.comments %}
73-
<tr>
74-
{% if chartering == "initial" %}<td>Reason for chartering:</td>{% endif %}
75-
{% if chartering == "rechartering" %}<td>Reason for rechartering:</td>{% endif %}
76-
<td>{{ group.comments }}</td>
77-
</tr>
78-
{% endif %}
79-
8072
<tr>
8173
<td>Responsible AD:</td>
8274
<td><a {% if request.user|has_role:"Area Director,Secretariat" %}class="editlink" href="{% url charter_edit_ad name=doc.name %}"{% endif %}>{{ doc.ad|default:"none" }}</a> </td>

0 commit comments

Comments
 (0)