diff apps/bundle/views.py @ 170:3be23e2e8fe7

Use correct template for bundle explore page
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:20:22 -0400
parents d31b236ed5cf
children 86129d185ddb
line wrap: on
line diff
--- a/apps/bundle/views.py	Sat Oct 20 00:19:52 2012 -0400
+++ b/apps/bundle/views.py	Sat Oct 20 00:20:22 2012 -0400
@@ -76,4 +76,4 @@
         'recent_bundles': Bundle.objects.all()[:20]
     }
 
-    return render(request, "snippet/explore.html", context)
+    return render(request, "bundle/explore.html", context)