Skip to content

Commit 66c3670

Browse files
Update views.py
1 parent 9fcb9c5 commit 66c3670

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pygoat/introduction/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from xml.sax import make_parser
2121
from django.views.decorators.csrf import csrf_exempt
2222
from django.template import loader
23+
from django.template.loader import render_to_string
2324
import subprocess
2425
import pickle
2526
import base64
@@ -1176,4 +1177,4 @@ def software_and_data_integrity_failure_lab3(request):
11761177
@authentication_decorator
11771178
def A6_discussion(request):
11781179

1179-
return render(request,"playground/A6/index.html")
1180+
return render(request,"playground/A6/index.html")

0 commit comments

Comments
 (0)