diff --git a/evap/contributor/templates/contributor_evaluation_form.html b/evap/contributor/templates/contributor_evaluation_form.html
index 5f83768512..ecd2e22c51 100644
--- a/evap/contributor/templates/contributor_evaluation_form.html
+++ b/evap/contributor/templates/contributor_evaluation_form.html
@@ -127,8 +127,14 @@
{% trans 'Preview' %}
{% include 'confirmation_modal.html' with modal_id='approveEvaluationModal' title=title question=question action_text=action_text btn_type='primary' %}
diff --git a/evap/contributor/templates/contributor_index.html b/evap/contributor/templates/contributor_index.html
index e3d8253eb9..e61132d2cc 100644
--- a/evap/contributor/templates/contributor_index.html
+++ b/evap/contributor/templates/contributor_index.html
@@ -228,14 +228,15 @@ {% trans 'Delegate preparation'
+
diff --git a/evap/evaluation/templates/evap_evaluation_edit_js.html b/evap/evaluation/templates/evap_evaluation_edit_js.html
index f1f6f37048..9fe79b85c1 100644
--- a/evap/evaluation/templates/evap_evaluation_edit_js.html
+++ b/evap/evaluation/templates/evap_evaluation_edit_js.html
@@ -8,7 +8,7 @@
questionnaireChanged = false;
$(row.find("input[name$=-questionnaires]")).each(function () {
- if(this.checked)
+ if (this.checked)
questionnaireChanged = true;
})
@@ -29,52 +29,48 @@
{% endif %}
diff --git a/evap/evaluation/templates/faq.html b/evap/evaluation/templates/faq.html
index 5e1c8d4f46..582558f48e 100644
--- a/evap/evaluation/templates/faq.html
+++ b/evap/evaluation/templates/faq.html
@@ -34,7 +34,6 @@