Skip to content

Commit 992bf0e

Browse files
committed
Fix double base2.css include in meeting landscape edit template and fix some HTML syntax errors
- Legacy-Id: 6816
1 parent 415768b commit 992bf0e

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

ietf/templates/meeting/landscape_edit.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{% load agenda_custom_tags %}
2121
{% block pagehead %}
2222
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
23-
<link rel="stylesheet" type="text/css" href="/css/base2.css"></link>
2423
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
2524
{% endblock pagehead %}
2625

@@ -121,12 +120,8 @@
121120
{% block content %}
122121

123122
<div id="read_only">
124-
<p>
125-
You do not have write permission to agenda: {{schedule.name}}
126-
</p>
127-
</p>
128-
Please save this agenda to your account first.
129-
</p>
123+
<p>You do not have write permission to agenda: {{schedule.name}}</p>
124+
<p>Please save this agenda to your account first.</p>
130125
</div>
131126

132127
<div class="wrapper custom_text_stuff">
@@ -197,6 +192,7 @@
197192
</div>
198193

199194
<table id="meetings" class="ietf-navbar" style="width:100%">
195+
<tr>
200196
<th class="schedule_title"><div id="spinner"><!-- spinney goes here --></div></th>
201197
{% for day in time_slices %}
202198
<th colspan="{{date_slices|colWidth:day}}" id="{{day|date:'Y-m-d'}}-btn" class=" day_{{day}} agenda_slot_title agenda_slot_unavailable">
@@ -210,16 +206,15 @@
210206
</div>
211207
</th>
212208
{% endfor %}
209+
</tr>
213210
<tr>
214211
<th class="th_column"><button id="show_all_button" class="styled_button">show all</button></th>
215212
{% for day in time_slices %}
216213
{% for slot in date_slices|lookup:day %}
217214
<th class="day_{{day}}-{{slot.0|date:'Hi'}} day_{{day}} room_title ">{{slot.0|date:'Hi'}}-{{slot.1|date:'Hi'}} </th>
215+
{% endfor %}
218216

219-
{% endfor %}
220-
<th class="day_{{day}} spacer {{day|date:'Y-m-d'}}-spacer">
221-
</div></th>
222-
217+
<th class="day_{{day}} spacer {{day|date:'Y-m-d'}}-spacer"></th>
223218
{% endfor %}
224219

225220

@@ -325,8 +320,6 @@
325320

326321
</div>
327322

328-
</div>
329-
330323
<!-- some boxes for dialogues -->
331324
<div id="dialog-confirm-two" title="" style="display:none">
332325
<p>

0 commit comments

Comments
 (0)