Skip to content

Commit c99cb67

Browse files
committed
Fixed duplicate help-block issue on Interim Meeting Request Page. Commit ready for merge.
- Legacy-Id: 11662
1 parent b0880b3 commit c99cb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/interim_request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ <h1>Interim Meeting Request</h1>
9696
{% render_field form.time class="form-control time-field" placeholder="HH:MM" %}
9797
<div id="id_session_set-{{ forloop.counter0 }}-time_utc" class="utc-time"></div>
9898
<span class="help-block">Local Time</span>
99-
<span class="help-block">Local Time</span>
10099
{% if form.time.errors %}<span class="help-inline">{{ form.time.errors }}</span>{% endif %}
101100
</div>
102101
<label for="id_session_set-{{ forloop.counter0 }}-requested_duration" class="col-md-1 control-label required">Duration</label>
@@ -105,6 +104,7 @@ <h1>Interim Meeting Request</h1>
105104
<div class="col-md-3 form-inline">
106105
{% render_field form.end_time class="form-control time-field computed" placeholder="HH:MM" disabled="disabled" %}
107106
<div id="id_session_set-{{ forloop.counter0 }}-end_time_utc" class="utc-time"></div>
107+
<span class="help-block">Local Time</span>
108108
</div>
109109
</div>
110110

0 commit comments

Comments
 (0)