template index.html

This commit is contained in:
Sanj 2011-10-22 23:59:25 +01:00
parent dc5831bd59
commit c69faa45de

View File

@ -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", {})