summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/siteindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html
index 3cbf08a..9747470 100644
--- a/templates/devel/siteindex.html
+++ b/templates/devel/siteindex.html
@@ -107,8 +107,8 @@
<table id="repolinks">
{% for repo in repos %}
<tr>
- <th><a href="/packages/?repo={{ repo.name }}">{{ repo.name }}</a></th>
- <td>{{ repo.last_update|date:"Y-m-d H:i" }}</td>
+ <th><a href="/packages/?repo={{ repo }}">{{ repo }}</a></th>
+ <td>{{ repo }}</td>
</tr>
{% endfor %}
</table>