Changeset dafa3c8 for asadb/template/forms
- Timestamp:
- May 13, 2010, 2:27:32 AM (16 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/template/forms/fysm_listing.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/forms/fysm_listing.html
raba463b rdafa3c8 6 6 <h2>First Year Summer Mailing ({{year}})</h2> 7 7 8 {% if category %} 9 <h2>{{category.name}} Groups</h2> 10 <p>{{category.blurb}}</p> 11 {% endif %} 12 8 13 {% for fysm in fysm_list %} 9 14 <div class='single-fysm-entry'> 10 <h3>{{fysm. group.name}}</h3>15 <h3>{{fysm.display_name}}</h3> 11 16 <div class='logo'> 12 17 <img src='{{ MEDIA_URL }}{{fysm.logo}}'> 13 18 </div> 14 19 <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> 16 21 <p class='tags'>tags: {{fysm.tags.all}}</p> 17 22 </div>
Note: See TracChangeset
for help on using the changeset viewer.