ladogton2010 commited on
Commit
98520ce
·
1 Parent(s): 24f18c3

vista moficada

Browse files
Files changed (1) hide show
  1. app/polls/views.py +2 -0
app/polls/views.py CHANGED
@@ -1,4 +1,6 @@
1
  from django.http import HttpResponse
 
 
2
 
3
  from .models import Question
4
 
 
1
  from django.http import HttpResponse
2
+ from django.template import loader
3
+
4
 
5
  from .models import Question
6