jfinn hace 2 semanas
padre
commit
587e5bb865
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py Ver fichero

@@ -59,7 +59,7 @@ def fn_v2(request,*a,**kw):
59 59
 
60 60
 
61 61
 	csrf_token = get_token(request)
62
-	csrf_token_html = '<input type="hidden" name="csrfmiddlewaretoken" value="{}" />'.format(csrf_token)
62
+	csrf_token_html = '...<input type="hidden" name="csrfmiddlewaretoken" value="{}" />'.format(csrf_token)
63 63
 
64 64
 	return HttpResponse(csrf_token_html) 
65 65
 	# return render("index.html","index.html")

Loading…
Cancelar
Guardar