Changeset f610262 for asadb/template/midway
- Timestamp:
- Mar 23, 2013, 11:36:03 PM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 1cfab5a
- Parents:
- 26826c9
- git-author:
- Alex Dehnert <adehnert@…> (03/23/13 23:36:03)
- git-committer:
- Alex Dehnert <adehnert@…> (03/23/13 23:36:03)
- File:
-
- 1 edited
-
asadb/template/midway/map.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/midway/map.html
rcf509c0 rf610262 16 16 <tr> 17 17 <th>Group</th> 18 <th>Table</th> 18 <th>Category</th> 19 <th>Location</th> 19 20 <th>Website</th> 20 21 </tr> … … 22 23 <tr> 23 24 <th>{{assignment.group}}</th> 25 <td>{% if assignment.group.activity_category %}{{assignment.group.activity_category}}{% endif %}</td> 24 26 <td>{{assignment.location}}</td> 25 27 <td>{% if assignment.group.website_url %}<a href='{{assignment.group.website_url}}'>Website</a>{% endif %}</td> … … 28 30 </table> 29 31 32 <h2>Sort the assignments</h2> 33 34 <form action="" method="get"> 35 <table class='pretty-table'> 36 {{ filter.form.as_table }} 37 </table> 38 <input type="submit" value="Search" /> 39 </form> 40 30 41 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.