Summary: Fix bug in help text when submitting charters

- Legacy-Id: 10140
This commit is contained in:
Ole Laursen 2015-10-07 09:16:17 +00:00
parent d70a1601a6
commit dfdd670c1a

View file

@ -14,7 +14,7 @@
{% bootstrap_messages %}
<p class="alert alert-info">The text will be submitted as <b>charter-ietf-{{ name }}-{{ next_rev }}</b>.</p>
<p class="alert alert-info">The text will be submitted as <b>{{ name }}-{{ next_rev }}</b>.</p>
<form enctype="multipart/form-data" method="post">
{% csrf_token %}