source: django-apps/running/templates/index.html@ 291

Last change on this file since 291 was 291, checked in by Rick van der Zwet, 14 years ago

Project import and intial application 'running' import, which combines django with protovis.

  • Property svn:mime-type set to text/html
File size: 127 bytes
Line 
1<ul>
2{% for user in user_list %}
3<li><a href="{% url running.views.user_index user.name %}">{{ user }}</li>
4{%endfor %}
5</ul>
Note: See TracBrowser for help on using the repository browser.