Changeset 57f8ffa for asadb/template/fysm
- Timestamp:
- May 16, 2010, 2:44:43 AM (15 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- a426f62
- Parents:
- 1c853ea
- git-author:
- Alex Dehnert <adehnert@…> (05/16/10 02:44:43)
- git-committer:
- Alex Dehnert <adehnert@…> (05/16/10 02:44:43)
- Location:
- asadb/template/fysm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/fysm/fysm_listing.html
r1c853ea r57f8ffa 23 23 <div class='single-fysm-entry'> 24 24 <h3><a href='{{fysm.website}}'>{{fysm.display_name}}</a></h3> 25 <div class='fysm-body'> 25 26 <div class='logo'> 26 27 {% if fysm.logo %} … … 32 33 <p class='data'>{{fysm.description}}</p> 33 34 <p class='join'><a href='{{fysm.join_url}}'>Join {{fysm.display_name}}!</a> Have questions? Send them to <a href='mailto:{{fysm.contact_email}}'>{{fysm.contact_email}}</a>!</p> 35 </div> 36 {% if fysm.tags %} 37 <p class='tags'>tags: {{fysm.tags}}</p> 38 {% endif %} 34 39 {% if fysm.categories.all %} 35 40 <p class='tags'>categories: {{fysm|format_categories:year}}</p> -
asadb/template/fysm/update_email.txt
rc27da9e r57f8ffa 10 10 Join URL: {{fysm.join_url}} 11 11 Contact email: {{fysm.contact_email}} 12 Logo filename: {{fysm.logo}} 13 Tags: {{fysm.tags}} 12 14 Categories: {{fysm.categories.all}} 13 15
Note: See TracChangeset
for help on using the changeset viewer.