changeset 88:f15934c73eb2

Rename context variable in snippets/views.py In accordance with the changes to the template file
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 23:46:34 -0400
parents e0348cfbdf48
children 64f69c85df71
files apps/snippet/views.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/apps/snippet/views.py
+++ b/apps/snippet/views.py
@@ -41,7 +41,7 @@
 
     template_context = {
         'snippet_form': snippet_form,
-        'recent' : recent,
+        'recent_snippets' : recent,
     }
 
     return render_to_response(