diff --git a/AKSubmission/templates/AKSubmission/ak_edit.html b/AKSubmission/templates/AKSubmission/ak_edit.html index b78135beaaae066695f542432c99117cfaf0330c..b01443541cb9e20c6e877bd4109723b9c18e99d4 100644 --- a/AKSubmission/templates/AKSubmission/ak_edit.html +++ b/AKSubmission/templates/AKSubmission/ak_edit.html @@ -3,7 +3,7 @@ {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} -{% load staticfiles %} +{% load static %} {% block title %}{% trans "AKs" %}: {{ event.name }} - {% trans "Edit AK" %}: {{ ak.name }}{% endblock %} diff --git a/AKSubmission/templates/AKSubmission/submit_new.html b/AKSubmission/templates/AKSubmission/submit_new.html index 682a477f5ecbaf03b04b9cc67d89a0790509dbdf..2a07c2b280348ecd9b65d035f9339a85ac1ccdbe 100644 --- a/AKSubmission/templates/AKSubmission/submit_new.html +++ b/AKSubmission/templates/AKSubmission/submit_new.html @@ -3,7 +3,7 @@ {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} -{% load staticfiles %} +{% load static %} {% block title %}{% trans "AKs" %}: {{ event.name }} - {% trans "New AK" %}{% endblock %}