Skip to content

Commit 8a4f5e0

Browse files
committed
Changed "protocol writeup" to "shepherd writeup" in several templates
Fixes bug ietf-tools#885 - Legacy-Id: 4879
1 parent d6579c6 commit 8a4f5e0

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

ietf/templates/wgchairs/confirm_management_writeup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "wginfo/wg_base.html" %}
22
{% load ietf_filters wgchairs_tags %}
33

4-
{% block title %}Change protocol write-up for {{ doc }}{% endblock %}
4+
{% block title %}Change shepherd write-up for {{ doc }}{% endblock %}
55

66
{% block wg_content %}
77

@@ -12,7 +12,7 @@
1212
<h1>Updating write-up for {{ doc }}</h1>
1313

1414
<p>
15-
Before you modify the protocol write-up <strong>please revise the 'Doc Shepherd Follow-up Underway' annotation tag and set or reset it if appropriate</strong>.
15+
Before you modify the shepherd write-up <strong>please revise the 'Doc Shepherd Follow-up Underway' annotation tag and set or reset it if appropriate</strong>.
1616
</p>
1717
<p>
1818
Remember that you must provide a comment if you change the annotation tag state.
@@ -46,7 +46,7 @@ <h1>Updating write-up for {{ doc }}</h1>
4646

4747
</td><td style="width: 50%;">
4848
<table class="ietf-table" style="width: 100%;">
49-
<tr><th>New protocol write-up</th></tr>
49+
<tr><th>New shepherd write-up</th></tr>
5050
<tr style="vertical-align: top;"><td>{{ form.get_writeup|linebreaksbr }}</td></tr>
5151
</table>
5252

ietf/templates/wgchairs/edit_management_writeup.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{% extends "wginfo/wg_base.html" %}
22
{% load ietf_filters wgchairs_tags %}
33

4-
{% block title %} {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for {{ doc }}{% endblock %}
4+
{% block title %} {% if can_edit %} Change {% else %} View {% endif %} shepherd write-up for {{ doc }}{% endblock %}
55

66
{% block wg_content %}
77

88
<p>
99
<a href="{% url manage_shepherds wg.group_acronym.acronym %}">Return to shepherd list</a>
1010
</p>
1111

12-
<h1> {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for {{ doc }}</h1>
12+
<h1> {% if can_edit %} Change {% else %} View {% endif %} shepherd write-up for {{ doc }}</h1>
1313

1414
<table class="ietf-table" style="width: 100%;">
15-
<tr><th>Draft state</th><th>Actual protocol write-up</th><th>Last updated</th></tr>
15+
<tr><th>Draft state</th><th>Actual shepherd write-up</th><th>Last updated</th></tr>
1616
<tr style="vertical-align: top;"><td>{% show_state doc %}</td><td>{{ writeup.writeup|linebreaksbr }}</td><td>{% if writeup %}{{ writeup.date }} by {{ writeup.person }}{% endif %}</td></tr>
1717
</table>
1818

@@ -24,7 +24,7 @@ <h1> {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for
2424
<table style="width: 100%;"><tr style="vertical-align: top;"><td style="width: 75%;">
2525
<form action="" method="POST">
2626
<table class="ietf-table" style="width: 100%;">
27-
<tr><th>Edit protocol write-up</th></tr>
27+
<tr><th>Edit shepherd write-up</th></tr>
2828
{% if form.message %}
2929
<tr><td class="message message-{{ form.message.type }}">
3030
{{ form.message.value }}
@@ -41,7 +41,7 @@ <h1> {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for
4141

4242
<form action="" method="POST" enctype="multipart/form-data">
4343
<table class="ietf-table" style="width: 100%;">
44-
<tr><th>Upload a new protocol write-up</th></tr>
44+
<tr><th>Upload a new shepherd write-up</th></tr>
4545
<tr><td>
4646
<p>Replace the current write-up with the contents of a plain ascii file:</p>
4747
<input type="file" name="uploaded_writeup" /></td></tr>
@@ -52,10 +52,10 @@ <h1> {% if can_edit %} Change {% else %} View {% endif %} protocol write-up for
5252
{% else %}
5353
{% if authorized_user %}
5454
<table class="ietf-table" style="width: 100%;">
55-
<tr><th>Edit protocol write-up</th></tr>
55+
<tr><th>Edit shepherd write-up</th></tr>
5656
<tr><td>
5757
<p>
58-
You can not edit or upload the protocol write-up for {{ doc }} cause the draft is not on "WG Consensus: Waiting for Write-Up" state.
58+
You can not edit or upload the shepherd write-up for {{ doc }} because the draft is not on "WG Consensus: Waiting for Write-Up" state.
5959
</p>
6060
<p>
6161
Please contact with the {{ wg }} Working Group chair.

ietf/templates/wgchairs/wg_shepherd_documents.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h2>Documents by its shepherd</h2>
5757
<tr>
5858
<th class="title">Document</th>
5959
<th class="shepherd">Change shepherd</th>
60-
<th class="writeup">Protocol write-up</th>
61-
<th class="writeup_date">Protocol write-up last update</th>
60+
<th class="writeup">Shepherd write-up</th>
61+
<th class="writeup_date">Shepherd write-up last update</th>
6262
</tr>
6363

6464
{% for doc in no_shepherd %}
@@ -73,8 +73,8 @@ <h2>Documents by its shepherd</h2>
7373
<tr>
7474
<th class="title">Document</th>
7575
<th class="status">Status</th>
76-
<th class="writeup">Protocol write-up</th>
77-
<th class="writeup_date">Protocol write-up last update</th>
76+
<th class="writeup">Shepherd write-up</th>
77+
<th class="writeup_date">Shepherd write-up last update</th>
7878
</tr>
7979

8080
{% for doc in my_documents %}
@@ -92,8 +92,8 @@ <h3 style="margin-bottom: 0px;">{{ documents.grouper }}</h3>
9292
<tr>
9393
<th class="title">Document</th>
9494
<th class="status">Status</th>
95-
<th class="writeup">Protocol write-up</th>
96-
<th class="writeup_date">Protocol write-up last update</th>
95+
<th class="writeup">Shepherd write-up</th>
96+
<th class="writeup_date">Shepherd write-up last update</th>
9797
</tr>
9898
{% for doc in documents.list %}
9999
{% include "wgchairs/shepherd_document_row.html" %}

0 commit comments

Comments
 (0)