From dfdd670c1a5583751b1e0f5cba11efdc22036a62 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Wed, 7 Oct 2015 09:16:17 +0000 Subject: [PATCH] Summary: Fix bug in help text when submitting charters - Legacy-Id: 10140 --- ietf/templates/doc/charter/submit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/charter/submit.html b/ietf/templates/doc/charter/submit.html index 10dfa293c..9ddca9481 100644 --- a/ietf/templates/doc/charter/submit.html +++ b/ietf/templates/doc/charter/submit.html @@ -14,7 +14,7 @@ {% bootstrap_messages %} -

The text will be submitted as charter-ietf-{{ name }}-{{ next_rev }}.

+

The text will be submitted as {{ name }}-{{ next_rev }}.

{% csrf_token %}