Changeset 3400018 for asadb/template/fysm
- Timestamp:
- Jun 6, 2010, 6:21:30 AM (15 years ago)
- 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)
- Location:
- asadb/template/fysm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/fysm/fysm_detail.html
r1fbe127 r3400018 28 28 </div> 29 29 30 {% if fysm. join_preview.image.url%}30 {% if fysm.slide %} 31 31 <div class='join-preview'> 32 32 <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' /> 34 34 </a> 35 35 </div> -
asadb/template/fysm/update_email.txt
r57f8ffa r3400018 11 11 Contact email: {{fysm.contact_email}} 12 12 Logo filename: {{fysm.logo}} 13 Slide filename: {{fysm.slide}} 13 14 Tags: {{fysm.tags}} 14 15 Categories: {{fysm.categories.all}}
Note: See TracChangeset
for help on using the changeset viewer.