Spaces:
Sleeping
Sleeping
Commit
·
98520ce
1
Parent(s):
24f18c3
vista moficada
Browse files- 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 |
|