diff --git a/ietf/templates/idrfc/document_charter.html b/ietf/templates/idrfc/document_charter.html index 9aae9ec31..a600b5614 100644 --- a/ietf/templates/idrfc/document_charter.html +++ b/ietf/templates/idrfc/document_charter.html @@ -53,9 +53,9 @@ {% else %} {% if group.state_id == "proposed" or group.state_id == "bof" %} - - Charter + - Start chartering {% else %} - - Recharter + - Recharter {% endif %} {% endif %} diff --git a/ietf/templates/wgcharter/change_state.html b/ietf/templates/wgcharter/change_state.html index 00ba730af..f775bb0a7 100644 --- a/ietf/templates/wgcharter/change_state.html +++ b/ietf/templates/wgcharter/change_state.html @@ -63,7 +63,7 @@ form.change-state .actions { {% if option == "initcharter" or option == "recharter" %} - + {% endif %} {% if not option or option == "abandon" %} Back diff --git a/ietf/wgcharter/urls.py b/ietf/wgcharter/urls.py index ec01728c7..2aa4c955f 100644 --- a/ietf/wgcharter/urls.py +++ b/ietf/wgcharter/urls.py @@ -11,4 +11,5 @@ urlpatterns = patterns('', url(r'^ballotwriteupnotes/$', "ietf.wgcharter.views.ballot_writeupnotes"), url(r'^approve/$', "ietf.wgcharter.views.approve", name='charter_approve'), url(r'^submit/$', "ietf.wgcharter.views.submit", name='charter_submit'), + url(r'^submit/(?P