summaryrefslogtreecommitdiffstats
path: root/templates/public/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/projects.html')
-rw-r--r--templates/public/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/projects.html b/templates/public/projects.html
index c6ff271..5fd1fa2 100644
--- a/templates/public/projects.html
+++ b/templates/public/projects.html
@@ -7,7 +7,7 @@
<p>There are a few Arch-based projects or communities that have sprung up
over the years. Here's a list of the ones we know about.</p>
<table cellspacing="20">
- {% for project in projects %}
+ {% for project in project_list %}
<tr>
<td><a href="{{project.url}}">{{project.name}}</a></td>
<td>{{project.description}}</td>