Browse Source

...

master
jfinn 2 months ago
parent
commit
200d6684d1
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      wsps/views.py

+ 2
- 1
wsps/views.py View File

@@ -50,7 +50,8 @@ def fn_v1(request,*a,**kw):
50 50
 	return HttpResponse("fn_v1") 
51 51
 
52 52
 def fn_v2(request,*a,**kw):
53
-	return render("index.html","index.html")
53
+	# return render("index.html","index.html")
54
+	return render(request,"index.html")
54 55
 	return HttpResponse("fn_v2") 
55 56
 r'''
56 57
 fn_v = index

Loading…
Cancel
Save