diff --git a/core/templates/library/detail_quiz.html b/core/templates/library/detail_quiz.html
index ca61e96..77e6c7c 100644
--- a/core/templates/library/detail_quiz.html
+++ b/core/templates/library/detail_quiz.html
@@ -49,7 +49,7 @@
{% if question.data.type == 'multiple_choice' %}
-
+
{% for option in question.data.options %}
-
{% if option.is_correct %}
diff --git a/core/templates/library/form.html b/core/templates/library/form.html
index c5e32ae..a5dfd14 100644
--- a/core/templates/library/form.html
+++ b/core/templates/library/form.html
@@ -1,9 +1,7 @@
{% extends 'base.html' %}
{% block content %}
-
Formular
-{{ form.name.value }}
-