Ignore:
Timestamp:
Jun 6, 2010, 6:21:30 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
2eefd9f
Parents:
8654bd0
git-author:
Alex Dehnert <adehnert@…> (06/06/10 06:09:27)
git-committer:
Alex Dehnert <adehnert@…> (06/06/10 06:21:30)
Message:

Use traditional slides

Location:
asadb/template/fysm
Files:
2 edited

Legend:

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

    r1fbe127 r3400018  
    2828</div>
    2929
    30 {% if fysm.join_preview.image.url %}
     30{% if fysm.slide %}
    3131<div class='join-preview'>
    3232<a href='{% url fysm-link year "join" fysm.pk %}'>
    33 <img src='{{fysm.join_preview.image.url}}' />
     33<img src='{{ MEDIA_URL }}{{fysm.slide}}' alt='{{fysm.display_name}} slide' />
    3434</a>
    3535</div>
  • asadb/template/fysm/update_email.txt

    r57f8ffa r3400018  
    1111Contact email:  {{fysm.contact_email}}
    1212Logo filename:  {{fysm.logo}}
     13Slide filename: {{fysm.slide}}
    1314Tags:           {{fysm.tags}}
    1415Categories:     {{fysm.categories.all}}
Note: See TracChangeset for help on using the changeset viewer.