aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/projects/project_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/templates/projects/project_list.html')
-rw-r--r--snakeplan/templates/projects/project_list.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/snakeplan/templates/projects/project_list.html b/snakeplan/templates/projects/project_list.html
index 8572bc6..85b2bb5 100644
--- a/snakeplan/templates/projects/project_list.html
+++ b/snakeplan/templates/projects/project_list.html
@@ -27,8 +27,7 @@
27 <td>some, tags, go, here</td> 27 <td>some, tags, go, here</td>
28 <td><a href="#">Some Iteration</a></td> 28 <td><a href="#">Some Iteration</a></td>
29 <td class="row-actions"> 29 <td class="row-actions">
30 <a href="#"><img src="{{MEDIA_URL}}/images/pencil.png" title="Edit" alt="Edit" /></a> 30 <a href="{% url edit-project project.id %}"><img src="{{MEDIA_URL}}/images/pencil.png" title="Edit" alt="Edit" /></a>
31 <a href="#"><img src="{{MEDIA_URL}}/images/delete.png" title="Delete" alt="Delete" /></a>
32 31
33 {% if not project.active %} 32 {% if not project.active %}
34 <a href="#"><img src="{{MEDIA_URL}}/images/connect.png" title="Activate" alt="Activate" /></a> 33 <a href="#"><img src="{{MEDIA_URL}}/images/connect.png" title="Activate" alt="Activate" /></a>