jfinn 8 miesięcy temu
rodzic
commit
12f6899491
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py Wyświetl plik

@@ -50,7 +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
-	return render("index.html")
53
+	return render("index.html","index.html")
54 54
 	return HttpResponse("fn_v2") 
55 55
 r'''
56 56
 fn_v = index

Ładowanie…
Anuluj
Zapisz