diff --git a/inventory_check/templates/after.html b/inventory_check/templates/after.html index 4e90c76..e6b12d0 100644 --- a/inventory_check/templates/after.html +++ b/inventory_check/templates/after.html @@ -1,4 +1,6 @@ {% extends 'base.html' %} +{% block scripts %} \ No newline at end of file + +{% endblock %} \ No newline at end of file diff --git a/inventory_check/templates/base.html b/inventory_check/templates/base.html index 378e79d..d59f562 100644 --- a/inventory_check/templates/base.html +++ b/inventory_check/templates/base.html @@ -23,6 +23,6 @@ - +{% block scripts %}{% endblock %} \ No newline at end of file