template index.html
This commit is contained in:
parent
dc5831bd59
commit
c69faa45de
|
@ -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", {})
|
||||
|
|
Loading…
Reference in New Issue
Block a user