Changeset 2eefd9f for asadb/template/fysm
- Timestamp:
- Jun 6, 2010, 6:21:36 AM (15 years ago)
- Branches:
- master, fysm-4-1, space-access, stable, stage, test-hooks
- Children:
- 14df8a6
- Parents:
- 3400018
- git-author:
- Alex Dehnert <adehnert@…> (06/06/10 06:13:48)
- git-committer:
- Alex Dehnert <adehnert@…> (06/06/10 06:21:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/fysm/fysm_listing.html
rf462be6 r2eefd9f 1 {% extends "base .html" %}1 {% extends "base-plain.html" %} 2 2 {% load formcats %} 3 3 … … 5 5 {% block content %} 6 6 7 <h2>First Year Summer Mailing ({{year}})</h2> 7 <div class='fysm-summarystrip'> 8 <h3 class='display-name'>First Year Summer Mailing ({{year}})</h3> 9 </div> 8 10 11 <div style='padding: 1em;'> 9 12 {% if category %} 10 13 <h2>{{category.name}} Groups</h2> … … 19 22 </ul> 20 23 {% endif %} 24 </div> 21 25 22 26 {% for fysm in fysm_list %}
Note: See TracChangeset
for help on using the changeset viewer.