Changeset 189506e for asadb/template
- Timestamp:
- May 13, 2010, 3:23:56 AM (15 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 3d07eb0
- Parents:
- 97399af
- git-author:
- Alex Dehnert <adehnert@…> (05/13/10 03:23:56)
- git-committer:
- Alex Dehnert <adehnert@…> (05/13/10 03:23:56)
- File:
-
- 1 edited
-
asadb/template/forms/fysm_listing.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/forms/fysm_listing.html
rdafa3c8 r189506e 1 1 {% extends "base.html" %} 2 {% load formtags %} 2 3 3 4 {% block title %}First Year Summer Mailing{% endblock %} … … 9 10 <h2>{{category.name}} Groups</h2> 10 11 <p>{{category.blurb}}</p> 12 <p><a href='{% url fysm year %}'>Return to all categories</a></p> 13 {% else %} 14 <h3>Limit Group Categories</h3> 15 <ul> 16 {% for cat in categories %} 17 <li><a href='{% url fysm year cat.slug %}'>{{cat}}</a></li> 18 {% endfor %} 19 </ul> 11 20 {% endif %} 12 21 … … 19 28 <p class='data'>{{fysm.description}}</p> 20 29 <p class='join'><a href='{{fysm.website}}'>Join {{fysm.display_name}}!</a> Have questions? Send them to <a href='mailto:{{fysm.contact_email}}'>{{fysm.contact_email}}</a>!</p> 21 <p class='tags'>tags: {{fysm .tags.all}}</p>30 <p class='tags'>tags: {{fysm|format_categories:year}}</p> 22 31 </div> 23 32 {% endfor %}
Note: See TracChangeset
for help on using the changeset viewer.