Ignore:
Timestamp:
May 13, 2010, 2:27:32 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
97399af
Parents:
493de25
git-author:
Alex Dehnert <adehnert@…> (05/13/10 02:27:32)
git-committer:
Alex Dehnert <adehnert@…> (05/13/10 02:27:32)
Message:

Category support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/forms/fysm_listing.html

    raba463b rdafa3c8  
    66<h2>First Year Summer Mailing ({{year}})</h2>
    77
     8{% if category %}
     9<h2>{{category.name}} Groups</h2>
     10<p>{{category.blurb}}</p>
     11{% endif %}
     12
    813{% for fysm in fysm_list %}
    914<div class='single-fysm-entry'>
    10     <h3>{{fysm.group.name}}</h3>
     15    <h3>{{fysm.display_name}}</h3>
    1116    <div class='logo'>
    1217        <img src='{{ MEDIA_URL }}{{fysm.logo}}'>
    1318    </div>
    1419    <p class='data'>{{fysm.description}}</p>
    15     <p class='join'><a href='{{fysm.website}}'>Join {{fysm.group.name}}!</a> Have questions? Send them to <a href='mailto:{{fysm.contact_email}}'>{{fysm.contact_email}}</a>!</p>
     20    <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>
    1621    <p class='tags'>tags: {{fysm.tags.all}}</p>
    1722</div>
Note: See TracChangeset for help on using the changeset viewer.