diff --git a/polls/templates/detail.html b/polls/templates/detail.html
index 840a832..93208c2 100644
--- a/polls/templates/detail.html
+++ b/polls/templates/detail.html
@@ -6,10 +6,23 @@
{{ question.question_text }}
-
- {% for choice in question.choice_set.all %}
- - {{ choice.choice_text }}
- {% endfor %}
-
+{##}
+{# {% for choice in question.choice_set.all %}#}
+{# - {{ choice.choice_text }}
#}
+{# {% endfor %}#}
+{#
#}
+
+