aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/projects/project_list.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-20 23:47:14 -0500
committerMike Crute <mcrute@gmail.com>2010-02-20 23:47:14 -0500
commit3fdf9ae787dcc7bb46dbaac5250b22f641e41648 (patch)
treeb438c0f5ca30117cee3c9f8d6c8626ab6867d1dc /snakeplan/templates/projects/project_list.html
parent38736d1ff45b6a06c0515b683cdc47e0687abf2e (diff)
downloadsnakeplan-3fdf9ae787dcc7bb46dbaac5250b22f641e41648.tar.bz2
snakeplan-3fdf9ae787dcc7bb46dbaac5250b22f641e41648.tar.xz
snakeplan-3fdf9ae787dcc7bb46dbaac5250b22f641e41648.zip
Relocating templates
Diffstat (limited to 'snakeplan/templates/projects/project_list.html')
-rw-r--r--snakeplan/templates/projects/project_list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/snakeplan/templates/projects/project_list.html b/snakeplan/templates/projects/project_list.html
new file mode 100644
index 0000000..5ede56e
--- /dev/null
+++ b/snakeplan/templates/projects/project_list.html
@@ -0,0 +1,7 @@
1<h1>Projects</h1>
2
3<ol>
4 {% for project in object_list %}
5 <li><a href="{{project.id}}">{{project.name}}</a></li>
6 {% endfor %}
7</ol>