Ignore:
Timestamp:
May 16, 2010, 2:44:43 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add tag support (as not seen in c27da9e)

Location:
asadb/template/fysm
Files:
2 edited

Legend:

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

    r1c853ea r57f8ffa  
    2323<div class='single-fysm-entry'>
    2424    <h3><a href='{{fysm.website}}'>{{fysm.display_name}}</a></h3>
     25    <div class='fysm-body'>
    2526    <div class='logo'>
    2627        {% if fysm.logo %}
     
    3233    <p class='data'>{{fysm.description}}</p>
    3334    <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 %}
    3439    {% if fysm.categories.all %}
    3540    <p class='tags'>categories: {{fysm|format_categories:year}}</p>
  • asadb/template/fysm/update_email.txt

    rc27da9e r57f8ffa  
    1010Join URL:       {{fysm.join_url}}
    1111Contact email:  {{fysm.contact_email}}
     12Logo filename:  {{fysm.logo}}
     13Tags:           {{fysm.tags}}
    1214Categories:     {{fysm.categories.all}}
    1315
Note: See TracChangeset for help on using the changeset viewer.