diff --git a/elections/templates/elections/delete_vote.html b/elections/templates/elections/delete_vote.html
index 649c568..33cc90d 100644
--- a/elections/templates/elections/delete_vote.html
+++ b/elections/templates/elections/delete_vote.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n bulma_utils %}
+{% load i18n string %}
{% block content %}
diff --git a/elections/templates/elections/option_update.html b/elections/templates/elections/option_update.html
index a4b2f00..55c6ea8 100644
--- a/elections/templates/elections/option_update.html
+++ b/elections/templates/elections/option_update.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n static bulma_utils %}
+{% load i18n static string %}
{% block content %}
diff --git a/elections/templates/elections/question_update.html b/elections/templates/elections/question_update.html
index a7f0d7a..c87434b 100644
--- a/elections/templates/elections/question_update.html
+++ b/elections/templates/elections/question_update.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n static bulma_utils %}
+{% load i18n static string %}
{% block content %}
diff --git a/shared/templates/base.html b/shared/templates/base.html
index cb324ae..7b53dfd 100644
--- a/shared/templates/base.html
+++ b/shared/templates/base.html
@@ -1,4 +1,4 @@
-{% load static bulma_utils i18n %}
+{% load static bulma i18n %}
diff --git a/shared/templates/forms/field.html b/shared/templates/forms/field.html
index 8c5ad14..8072a7d 100644
--- a/shared/templates/forms/field.html
+++ b/shared/templates/forms/field.html
@@ -1,4 +1,4 @@
-{% load bulma_utils %}
+{% load bulma %}
{% if field|is_checkbox %}
diff --git a/shared/templates/forms/file.html b/shared/templates/forms/file.html
index 77d099e..8d83d84 100644
--- a/shared/templates/forms/file.html
+++ b/shared/templates/forms/file.html
@@ -1,4 +1,4 @@
-{% load bulma_utils i18n %}
+{% load i18n bulma %}