aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/projects/project_list.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-27 13:37:25 -0500
committerMike Crute <mcrute@gmail.com>2010-02-27 13:37:25 -0500
commitd33473d1686a2a77bacf6eabe9275b0e5e11c83a (patch)
tree91e3401d40354c58dbb2a94bb2814d1237068a5e /snakeplan/templates/projects/project_list.html
parent8f24ded95c4e4e10455428aa383ce3a2453b1248 (diff)
parent4bb033a00f8c5d04086dbd10a92f1f3ca96bf5c2 (diff)
downloadsnakeplan-d33473d1686a2a77bacf6eabe9275b0e5e11c83a.tar.bz2
snakeplan-d33473d1686a2a77bacf6eabe9275b0e5e11c83a.tar.xz
snakeplan-d33473d1686a2a77bacf6eabe9275b0e5e11c83a.zip
Merging changes from benjaminws
Diffstat (limited to 'snakeplan/templates/projects/project_list.html')
-rw-r--r--snakeplan/templates/projects/project_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakeplan/templates/projects/project_list.html b/snakeplan/templates/projects/project_list.html
index 3b8ddee..331d7c2 100644
--- a/snakeplan/templates/projects/project_list.html
+++ b/snakeplan/templates/projects/project_list.html
@@ -5,7 +5,7 @@
5 5
6<ol> 6<ol>
7 {% for project in object_list %} 7 {% for project in object_list %}
8 <li><a href="{{project.id}}">{{project.name}}</a></li> 8 <li><a href="/p/project/{{project.id}}/iterations/">{{project.name}}</a></li>
9 {% endfor %} 9 {% endfor %}
10</ol> 10</ol>
11{% endblock %} 11{% endblock %}