- Timestamp:
- 07/06/10 12:38:59 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/derived/page/mission.html
r2105 r2106 8 8 %endif 9 9 </h2> 10 <h3>Date</h3> 11 < p>${c.mission.date}</p>12 <h3>Description</h3>13 <p>${c.mission.description}</p> 10 % for f in c.misfields: 11 <h3>${f.t_name.capitalize()}</h3> 12 <p>${getattr(c.mission, f.name)}</p> 13 %endfor 14 14 <h3>Pilots</h3> 15 15 <ul>
Note: See TracChangeset
for help on using the changeset viewer.
