File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* .swp
12/* .pyc
23/settings_local.py
Original file line number Diff line number Diff line change 55< h3 > The following meeting are in chronological order </ h3 >
66< table border ="1 " cellpadding ="2 " cellspacing ="2 " width ="820 ">
77 < tr >
8- < th > Meeting City </ th > < th > Agenda </ th > < th > Minutes </ th >
8+ < th > Meeting City </ th > < th > Agenda </ th > < th > Minutes </ th > < th > Materials </ th >
99 </ tr >
1010{% for meeting in meetings %}
1111< tr >
@@ -16,6 +16,9 @@ <h3> The following meeting are in chronological order </h3>
1616< a href ="/meeting/{{meeting.meeting_num}}/minutes.html "> HTML</ a > ·
1717< a href ="/meeting/{{meeting.meeting_num}}/minutes.txt "> Text </ a >
1818</ td >
19+ < td >
20+ < a href ="/meeting/{{meeting.meeting_num}}/materials.html "> Materials </ a >
21+ </ td >
1922</ tr >
2023{% endfor %}
2124
You can’t perform that action at this time.
0 commit comments