Skip to content

Commit dfdd670

Browse files
committed
Summary: Fix bug in help text when submitting charters
- Legacy-Id: 10140
1 parent d70a160 commit dfdd670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/charter/submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Charter submission<br><small>{{ group.acronym }} {{ group.type.name }}</smal
1414

1515
{% bootstrap_messages %}
1616

17-
<p class="alert alert-info">The text will be submitted as <b>charter-ietf-{{ name }}-{{ next_rev }}</b>.</p>
17+
<p class="alert alert-info">The text will be submitted as <b>{{ name }}-{{ next_rev }}</b>.</p>
1818

1919
<form enctype="multipart/form-data" method="post">
2020
{% csrf_token %}

0 commit comments

Comments
 (0)