{% extends 'base.html' %} {% block content %} Click here to return to event admin page {% for question in questions %} {% endfor %}
Question Description Topic
{{question.description}} {{question.topic}}
{% endblock %}