Browse Source

...

master
jfinn 2 weeks ago
parent
commit
04bfc57ea3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py View File

38
 def fn_v0(request,*a,**kw):
38
 def fn_v0(request,*a,**kw):
39
 	return HttpResponse("fn_v0") 
39
 	return HttpResponse("fn_v0") 
40
 
40
 
41
-arbitrary_string_as_template = "{% csrf_token %}"
41
+arbitrary_string_as_template = "abc 123 {% csrf_token %}"
42
 def fn_v1(request,*a,**kw):
42
 def fn_v1(request,*a,**kw):
43
 
43
 
44
 	# return render()
44
 	# return render()

Loading…
Cancel
Save