diff --git a/ietf/templates/doc/ballot/approvaltext.html b/ietf/templates/doc/ballot/approvaltext.html index 920b8231b..69803bab2 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 a8b2793ae..055f3c0e6 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 d03735656..34f58b710 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 821b72ef9..2a3fee255 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 debe1da66..ec98c111a 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 46e4da5ea..d1df4c716 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 5077c7a07..6c0efe8c5 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 e676e441e..2254c3eb9 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 %}