diff --git a/biscuit/core/templates/contact_form/contact_form.html b/biscuit/core/templates/contact_form/contact_form.html index 0ffefaa7978a1887007ebdc9cceabab11f37af6e..2dca464ec551c599d77973869dff521f0666b814 100644 --- a/biscuit/core/templates/contact_form/contact_form.html +++ b/biscuit/core/templates/contact_form/contact_form.html @@ -1,6 +1,6 @@ {# -*- engine:django -*- #} {% extends "core/base.html" %} -{% load bootstrap4 %} +{% load bootstrap4 i18n %} {% block page_title %}BiscuIT SIS support{% endblock %}