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 %} diff --git a/biscuit/core/templates/contact_form/contact_form_sent.html b/biscuit/core/templates/contact_form/contact_form_sent.html index 75e670df09cddd894a6ebc82b708b1149819cbcf..86d69b579fb81370e4842f88edf2f7263986de45 100644 --- a/biscuit/core/templates/contact_form/contact_form_sent.html +++ b/biscuit/core/templates/contact_form/contact_form_sent.html @@ -1,6 +1,6 @@ {# -*- engine:django -*- #} {% extends "core/base.html" %} -{% load bootstrap4 %} +{% load bootstrap4 i18n %} {% block page_title %}BiscuIT School Information System (SIS){% endblock %}