Skip to content

Commit 2eb8566

Browse files
committed
Remove : after label_tag in templates, the colon is now included in the label_tag itself
- Legacy-Id: 6930
1 parent b94e110 commit 2eb8566

26 files changed

Lines changed: 29 additions & 29 deletions

ietf/secr/templates/telechat/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div id="telechat-main">
55
<h3>Select a Telechat</h3>
66
<form action="" method="post">
7-
{{ form.date.label_tag }}: {{ form.date }}&nbsp;&nbsp;<button type="submit" name="submit" value="Select">Select</button>
7+
{{ form.date.label_tag }} {{ form.date }}&nbsp;&nbsp;<button type="submit" name="submit" value="Select">Select</button>
88
</form>
99
<br>
1010
<a href="/admin/iesg/telechatdate/" target="_blank">Add a new Telechat Date</a>

ietf/templates/doc/ballot/edit_position.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ <h1>Change position for {{ ad.plain_name }} on {{ doc }}</h1>
6262

6363
<div class="discuss-widgets"{% if not show_discuss_text %} style="display:none"{% endif %}>
6464
<div class="discuss-text">
65-
{{ form.discuss.label_tag }}:
65+
{{ form.discuss.label_tag }}
6666
{% if old_pos and old_pos.discuss_time %}<span class="last-edited">(last edited {{ old_pos.discuss_time }})</span>{% endif %}
6767
</div>
6868
{{ form.discuss.errors }}
6969
{{ form.discuss }}
7070
</div>
7171

7272
<div class="comment-text">
73-
{{ form.comment.label_tag }}:
73+
{{ form.comment.label_tag }}
7474
{% if old_pos and old_pos.comment_time %}<span class="last-edited">(last edited {{ old_pos.comment_time }}){% endif %}</span>
7575
</div>
7676
{{ form.comment }}

ietf/templates/doc/change_ad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Change the shepherding AD for {{titletext}}</h1>
1818
<table>
1919
{% for field in form.visible_fields %}
2020
<tr>
21-
<th>{{ field.label_tag }}:</th>
21+
<th>{{ field.label_tag }}</th>
2222
<td>
2323
{{ field }}
2424
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

ietf/templates/doc/change_shepherd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Change the document shepherd for {{ doc.name }}-{{ doc.rev }}</h1>
2222
<table>
2323
{% for field in form.visible_fields %}
2424
<tr>
25-
<th>{{ field.label_tag }}:</th>
25+
<th>{{ field.label_tag }}</th>
2626
<td>
2727
{{ field }}
2828
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

ietf/templates/doc/change_state.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Change State: {{doc.title}}</h1>
2626
<table>
2727
{% for field in form.visible_fields %}
2828
<tr>
29-
<th>{{ field.label_tag }}:</th>
29+
<th>{{ field.label_tag }}</th>
3030
<td>{{ field }}
3131
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
3232

ietf/templates/doc/conflict_review/approve.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Approve {{ review.canonical_name }}</h1>
2121
{% for field in form.visible_fields %}
2222
<tr>
2323
<td>
24-
<div>{{ field.label_tag }}:</div>
24+
<div>{{ field.label_tag }}</div>
2525
{{ field }}
2626
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
2727
{{ field.errors }}

ietf/templates/doc/conflict_review/start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Begin IETF conflict review for {{doc_to_review.canonical_name}}-{{doc_to_rev
2424
<table>
2525
{% for field in form.visible_fields %}
2626
<tr>
27-
<th>{{ field.label_tag }}:</th>
27+
<th>{{ field.label_tag }}</th>
2828
<td>{{ field }}
2929
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
3030

ietf/templates/doc/conflict_review/submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Edit conflict review for {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev
1919
<table>
2020
{% for field in form.visible_fields %}
2121
<tr>
22-
<th>{{ field.label_tag }}:</th>
22+
<th>{{ field.label_tag }}</th>
2323
<td>
2424
{{ field }}
2525
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

ietf/templates/doc/draft/adopt_draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Adopt {{ doc }} in Group</h1>
2525
<table>
2626
{% for field in form.visible_fields %}
2727
<tr>
28-
<th>{{ field.label_tag }}:</th>
28+
<th>{{ field.label_tag }}</th>
2929
<td>{{ field }}
3030
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
3131
{{ field.errors }}

ietf/templates/doc/draft/change_ad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Change the shepherding AD for {{ doc.name }}-{{ doc.rev }}</h1>
1818
<table>
1919
{% for field in form.visible_fields %}
2020
<tr>
21-
<th>{{ field.label_tag }}:</th>
21+
<th>{{ field.label_tag }}</th>
2222
<td>
2323
{{ field }}
2424
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

0 commit comments

Comments
 (0)