jfinn hace 2 meses
padre
commit
06430ae680
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      wsps/views.py

+ 1
- 0
wsps/views.py Ver fichero

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

Loading…
Cancelar
Guardar