summaryrefslogtreecommitdiffstats
path: root/templates/devel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r--templates/devel/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 5715104..6d30440 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -2,6 +2,7 @@
{% load static from staticfiles %}
{% load cache %}
{% load package_extras %}
+{% load todolists %}
{% block title %}Arch Linux - Developer Dashboard{% endblock %}
@@ -61,7 +62,7 @@
<tr class="{% cycle 'odd' 'even' %}">
<td><a href="{{ todopkg.todolist.get_absolute_url }}"
title="View todo list: {{ todopkg.todolist.name }}">{{ todopkg.todolist.name }}</a></td>
- <td>{% pkg_details_link todopkg.pkg %}</td>
+ <td>{% todopkg_details_link todopkg %}</td>
<td>{{ todopkg.repo.name }}</td>
<td>{{ todopkg.arch.name }}</td>
<td>{{ todopkg.pkg.maintainers|join:', ' }}</td>