From c69faa45de6731303387da56646e9dda3d87d67f Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 22 Oct 2011 23:59:25 +0100 Subject: [PATCH] template index.html --- mofca/recipes/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mofca/recipes/views.py b/mofca/recipes/views.py index 52d3a7a..94028e2 100644 --- a/mofca/recipes/views.py +++ b/mofca/recipes/views.py @@ -6,4 +6,4 @@ def index(request): return HttpResponseRedirect("http://blog.mofca.in") def test(request): - return render_to_response("test/index.html", {}) + return render_to_response("index.html", {})