Changeset 1fbe127 for asadb/template/fysm
- Timestamp:
- May 24, 2010, 8:24:14 PM (15 years ago)
- Branches:
- master, fysm-4-1, space-access, stable, stage, test-hooks
- Children:
- a2315e6
- Parents:
- 0265c6d
- git-author:
- Alex Dehnert <adehnert@…> (05/24/10 20:24:14)
- git-committer:
- Alex Dehnert <adehnert@…> (05/24/10 20:24:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/fysm/fysm_detail.html
r6fe1ad0 r1fbe127 22 22 </div> 23 23 24 <div class='fysm-summarystrip'> 25 <p class='contact'><a href='mailto:{{fysm.contact_email}}'>Contact: {{fysm.contact_email}}</a></p> 26 <p class='website'><a href='{% url fysm-link year "website" fysm.pk %}'>Website</a></p> 27 <h3 class='display-name'>{{fysm.display_name}}</h3> 28 </div> 29 30 {% if fysm.join_preview.image.url %} 31 <div class='join-preview'> 32 <a href='{% url fysm-link year "join" fysm.pk %}'> 33 <img src='{{fysm.join_preview.image.url}}' /> 34 </a> 35 </div> 36 {% endif %} 37 24 38 <div class='single-fysm-entry'> 25 <h3>26 <a href='{{fysm.website}}'>{{fysm.display_name}}</a>27 </h3>28 39 <div class='fysm-body'> 29 40 <div class='logo'> … … 35 46 </div> 36 47 <p class='data'>{{fysm.description}}</p> 37 <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>38 48 </div> 49 <div style='clear: both;'></div> 39 50 {% if fysm.tags %} 40 51 <p class='tags'>tags: {{fysm.tags}}</p>
Note: See TracChangeset
for help on using the changeset viewer.