- Timestamp:
- 02/22/09 00:54:15 (3 years ago)
- Children:
- c8726316b857d4928dbeff5dc0533ead2f120d44
- Parents:
- 8e190b5404bcc72bccbbecf78e29d5c33a730180
- git-committer:
- Frederic Lepied <frederic.lepied@…> (02/22/09 00:54:15)
- Files:
-
- 1 modified
-
tester/templates/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tester/templates/index.html
r368f6e1 r0013bdd 14 14 {% endfor %} 15 15 </ul> 16 <h2>Tests</h2> 17 <ul> 18 {% for testname in testnames %} 19 <li><a href="/testname/{{ testname.id }}/">{{ testname }}</a></li> 20 {% endfor %} 21 </ul> 16 22 {% endblock %}
