diff --git a/ietf/templates/doc/ballot/approvaltext.html b/ietf/templates/doc/ballot/approvaltext.html index 5d2c3686a..fd327a7e1 100644 --- a/ietf/templates/doc/ballot/approvaltext.html +++ b/ietf/templates/doc/ballot/approvaltext.html @@ -9,7 +9,7 @@ {% block content %} {% origin %} -

Approval announcement writeup
{{ doc }}

+

Approval announcement writeup
{{ doc }}

{% bootstrap_messages %} @@ -23,7 +23,6 @@ {% if user|has_role:"Secretariat" and can_announce %} Approve ballot {% endif %} - Back {% endbuttons %} diff --git a/ietf/templates/doc/ballot/approve_ballot.html b/ietf/templates/doc/ballot/approve_ballot.html index a183fad96..9a619c0ce 100644 --- a/ietf/templates/doc/ballot/approve_ballot.html +++ b/ietf/templates/doc/ballot/approve_ballot.html @@ -8,7 +8,7 @@ {% block content %} {% origin %} -

Approve ballot
{{ doc }}

+

Approve ballot
{{ doc }}

{% csrf_token %} @@ -22,7 +22,6 @@ {% elif action == "do_not_publish" %}
- Back {% endbuttons %} diff --git a/ietf/templates/doc/ballot/defer_ballot.html b/ietf/templates/doc/ballot/defer_ballot.html index 5291806ff..a8073562f 100644 --- a/ietf/templates/doc/ballot/defer_ballot.html +++ b/ietf/templates/doc/ballot/defer_ballot.html @@ -8,7 +8,7 @@ {% block content %} {% origin %} -

Defer ballot
{{ doc }}

+

Defer ballot
{{ doc }}

{% csrf_token %} @@ -19,7 +19,6 @@

{% buttons %} - Back {% endbuttons %}
diff --git a/ietf/templates/doc/ballot/edit_position.html b/ietf/templates/doc/ballot/edit_position.html index 9c238ec4e..29b775c78 100644 --- a/ietf/templates/doc/ballot/edit_position.html +++ b/ietf/templates/doc/ballot/edit_position.html @@ -3,11 +3,11 @@ {% load origin %} {% load bootstrap3 %} -{% block title %}Change position for {{ ad.plain_name }} on {{ doc }}{% endblock %} +{% block title %}Change position for {{ ad.plain_name }}{% endblock %} {% block content %} {% origin %} -

Change position for {{ ad.plain_name }}
{{ doc }}

+

Change position for {{ ad.plain_name }} regarding
{{ doc }}

{% bootstrap_messages %} @@ -44,7 +44,6 @@ {% endif %} {% endif %} - Back {% endbuttons %} {% endblock %} diff --git a/ietf/templates/doc/ballot/lastcalltext.html b/ietf/templates/doc/ballot/lastcalltext.html index 9202a0800..c9e9a3c38 100644 --- a/ietf/templates/doc/ballot/lastcalltext.html +++ b/ietf/templates/doc/ballot/lastcalltext.html @@ -9,7 +9,7 @@ {% block content %} {% origin %} -

Last call text
{{ doc }}

+

Last call text
{{ doc }}

{% bootstrap_messages %} @@ -32,7 +32,6 @@ {% if user|has_role:"Secretariat" and can_make_last_call %} Issue last call {% endif %} - Back {% endbuttons %} diff --git a/ietf/templates/doc/ballot/send_ballot_comment.html b/ietf/templates/doc/ballot/send_ballot_comment.html index c8b4cdaee..6ee3710a9 100644 --- a/ietf/templates/doc/ballot/send_ballot_comment.html +++ b/ietf/templates/doc/ballot/send_ballot_comment.html @@ -10,7 +10,7 @@ {% block content %} {% origin %} -

Send ballot position for {{ ad }}

+

Send ballot position for {{ ad }} on {{ doc }}

{% csrf_token %} @@ -61,7 +61,6 @@ {% buttons %} - Back {% endbuttons %}
diff --git a/ietf/templates/doc/ballot/undefer_ballot.html b/ietf/templates/doc/ballot/undefer_ballot.html index fcc216c59..9482c9bba 100644 --- a/ietf/templates/doc/ballot/undefer_ballot.html +++ b/ietf/templates/doc/ballot/undefer_ballot.html @@ -8,7 +8,7 @@ {% block content %} {% origin %} -

Undefer ballot
{{ doc }}

+

Undefer ballot
{{ doc }}

{% csrf_token %} @@ -19,7 +19,6 @@

{% buttons %} - Back {% endbuttons %}
diff --git a/ietf/templates/doc/ballot/writeupnotes.html b/ietf/templates/doc/ballot/writeupnotes.html index 6d740098e..558843969 100644 --- a/ietf/templates/doc/ballot/writeupnotes.html +++ b/ietf/templates/doc/ballot/writeupnotes.html @@ -9,7 +9,7 @@ {% block content %} {% origin %} -

Ballot writeup and notes
{{ doc }}

+

Ballot writeup and notes
{{ doc }}

{% bootstrap_messages %} @@ -24,7 +24,6 @@ {% buttons %} - Back {% endbuttons %}