Browse Source

...

master
jfinn 2 months ago
parent
commit
06430ae680
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      wsps/views.py

+ 1
- 0
wsps/views.py View File

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

Loading…
Cancel
Save