diff options
Diffstat (limited to 'templates/public/projects.html')
-rw-r--r-- | templates/public/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/projects.html b/templates/public/projects.html index c6ff271a..5fd1fa24 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> |