From 88d083ff7269259c46cc2c1829b0c1068dddcf07 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Mon, 7 May 2012 17:18:45 +0000 Subject: [PATCH] Turn chartering process around so one submits the charter text before putting the charter document into the review state and emailing the Secretariat. - Legacy-Id: 4404 --- ietf/templates/idrfc/document_charter.html | 4 ++-- ietf/templates/wgcharter/change_state.html | 2 +- ietf/wgcharter/urls.py | 1 + ietf/wgcharter/views.py | 9 +++++---- ietf/wginfo/edit.py | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) 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