removed extraneous .pyc files
- Legacy-Id: 112
This commit is contained in:
parent
783ffb713d
commit
384c992a92
1
ietf/.gitignore
vendored
1
ietf/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/*.swp
|
||||
/*.pyc
|
||||
/settings_local.py
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,7 +5,7 @@
|
|||
<h3> The following meeting are in chronological order </h3>
|
||||
<table border="1" cellpadding="2" cellspacing="2" width="820">
|
||||
<tr>
|
||||
<th> Meeting City </th> <th> Agenda </th> <th> Minutes </th>
|
||||
<th> Meeting City </th> <th> Agenda </th> <th> Minutes </th><th> Materials </th>
|
||||
</tr>
|
||||
{% for meeting in meetings %}
|
||||
<tr>
|
||||
|
@ -16,6 +16,9 @@
|
|||
<a href="/meeting/{{meeting.meeting_num}}/minutes.html"> HTML</a> ·
|
||||
<a href="/meeting/{{meeting.meeting_num}}/minutes.txt"> Text </a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/meeting/{{meeting.meeting_num}}/materials.html"> Materials </a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue