From 046b4543a4ceaf4cfe6736443d4a7e453b5bf14b Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 19:08:37 -0200 Subject: made every public view return a RequestContext RequestContexts are needed to check if the user is logged in NOTE: Generic views as direct_to_template and object_list always return a request context, so is good to use them :) Later will add a render_template shortcut that adds the RequestContext automatically --- templates/public/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/public/projects.html') 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 @@

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.

- {% for project in projects %} + {% for project in project_list %} -- cgit v1.2.3-24-g4f1b
{{project.name}} {{project.description}}