{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %} My Quizzes {{ quiz.name }} {{ question.text }} Confirm deletion
Are you sure you want to delete the question "{{ question.text }}"? There is no going back.