diff --git a/elections/templates/elections/base.html b/elections/templates/elections/base.html index aa18e37..d916c34 100644 --- a/elections/templates/elections/base.html +++ b/elections/templates/elections/base.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% load bulma_utils %} {% load i18n %} diff --git a/elections/templates/elections/forms/checkbox.html b/elections/templates/elections/forms/checkbox.html index 109ba75..01c54c1 100644 --- a/elections/templates/elections/forms/checkbox.html +++ b/elections/templates/elections/forms/checkbox.html @@ -1,16 +1,16 @@
- {{ field.help_text|safe }} -
++ {{ field.help_text|safe }} +
{% endif %} -