Remove : after label_tag in templates, the colon is now included in the label_tag itself

- Legacy-Id: 6930
This commit is contained in:
Ole Laursen 2013-12-13 17:34:05 +00:00
parent b94e110a29
commit 2eb8566d2f
26 changed files with 29 additions and 29 deletions

View file

@ -4,7 +4,7 @@
<div id="telechat-main">
<h3>Select a Telechat</h3>
<form action="" method="post">
{{ form.date.label_tag }}: {{ form.date }}&nbsp;&nbsp;<button type="submit" name="submit" value="Select">Select</button>
{{ form.date.label_tag }} {{ form.date }}&nbsp;&nbsp;<button type="submit" name="submit" value="Select">Select</button>
</form>
<br>
<a href="/admin/iesg/telechatdate/" target="_blank">Add a new Telechat Date</a>

View file

@ -62,7 +62,7 @@ div.question {
<div class="discuss-widgets"{% if not show_discuss_text %} style="display:none"{% endif %}>
<div class="discuss-text">
{{ form.discuss.label_tag }}:
{{ form.discuss.label_tag }}
{% if old_pos and old_pos.discuss_time %}<span class="last-edited">(last edited {{ old_pos.discuss_time }})</span>{% endif %}
</div>
{{ form.discuss.errors }}
@ -70,7 +70,7 @@ div.question {
</div>
<div class="comment-text">
{{ form.comment.label_tag }}:
{{ form.comment.label_tag }}
{% if old_pos and old_pos.comment_time %}<span class="last-edited">(last edited {{ old_pos.comment_time }}){% endif %}</span>
</div>
{{ form.comment }}

View file

@ -18,7 +18,7 @@ Change the shepherding AD for {{titletext}}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -22,7 +22,7 @@ Change the document shepherd for {{ doc.name }}-{{ doc.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -26,7 +26,7 @@ form.change-state .actions {
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -21,7 +21,7 @@ form #id_announcement_text {
{% for field in form.visible_fields %}
<tr>
<td>
<div>{{ field.label_tag }}:</div>
<div>{{ field.label_tag }}</div>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{{ field.errors }}

View file

@ -24,7 +24,7 @@ form.start-conflict-review .actions {
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -19,7 +19,7 @@ Edit conflict review for {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -25,7 +25,7 @@ Document".</p>
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{{ field.errors }}

View file

@ -18,7 +18,7 @@ Change the shepherding AD for {{ doc.name }}-{{ doc.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -21,7 +21,7 @@ Edit notification addresses for {{ doc.canonical_name }}-{{ doc.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -18,7 +18,7 @@ Edit shepherd writeup for {{ doc.canonical_name }}-{{ doc.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -41,7 +41,7 @@ form.change-state ul li label { cursor: pointer; }
<table cellspacing="0">
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -16,7 +16,7 @@ form.edit-iesg-note #id_note {
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{{ field.errors }}</td>

View file

@ -35,7 +35,7 @@ form.edit-info .actions {
<table>
{% for field in form.standard_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% ifequal field.name "telechat_date" %}
{% if not ballot_issued %}

View file

@ -21,7 +21,7 @@ Edit notification addresses for {{titletext}}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -22,7 +22,7 @@ textarea[id^="id_form-"][id$="-announcement_text"] {
{% for field in form.visible_fields %}
<tr>
<td>
<div>{{ field.label_tag }}:</div>
<div>{{ field.label_tag }}</div>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{{ field.errors }}

View file

@ -70,7 +70,7 @@ form.start-rfc-status-change-review .actions {
</tr>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{% if field.label == "Document name" %}status-change-{% endif %}
{{ field }}

View file

@ -19,7 +19,7 @@ Edit status change text for {{doc.title}}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -30,7 +30,7 @@ Datatracker account. New accounts can be
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}: {% if field.field.required %}*{% endif %}</th>
<th>{{ field.label_tag }} {% if field.field.required %}*{% endif %}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{{ field.errors }}

View file

@ -18,7 +18,7 @@ Change the responsible AD for {{ charter.canonical_name }}-{{ charter.rev }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -30,19 +30,19 @@ form.change-state .actions {
<tr>
{% if field.name == "initial_time" %}
{% if option == "recharter" %}
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{% else %}
{% if option == "initcharter" %}
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{% endif %}
{% endif %}
{% else %}
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}
{% endif %}

View file

@ -14,7 +14,7 @@ form.edit-notify td.actions { padding-top: 1em; }
<form class="edit-notify" action="" method="POST">
<table>
<tr>
<th>{{ form.notify.label_tag }}:</th>
<th>{{ form.notify.label_tag }}</th>
<td>{{ form.notify }}
<div class="help">{{ form.notify.help_text }}</div>
{{ form.notify.errors }}

View file

@ -19,7 +19,7 @@ Charter submission for {{ group.acronym }} {{ group.type.name }}
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}:</th>
<th>{{ field.label_tag }}</th>
<td>
{{ field }}
{% if field.help_text %}<div class="help">{{ field.help_text }}</div>{% endif %}

View file

@ -46,7 +46,7 @@ so. New accounts can be <a href="{% url "create_account" %}">created here</a>.</
<table>
{% for field in form.visible_fields %}
<tr>
<th>{{ field.label_tag }}: {% if field.field.required %}*{% endif %}</th>
<th>{{ field.label_tag }} {% if field.field.required %}*{% endif %}</th>
<td>{{ field }}
{% if field.name == "ad" and user|has_role:"Area Director" %}
<label><input type="checkbox" name="ad" value="{{ login.pk }}" /> Assign to me</label>

View file

@ -4,7 +4,7 @@
<table cellspacing="0" cellpadding="0">
<tr>
<td>{{ form.desc.label_tag }}:</td>
<td>{{ form.desc.label_tag }}</td>
<td>
<span class="desc">
{% if needs_review and form.milestone and form.milestone.state_id != "review" %}