small fix to basephp template

This commit is contained in:
muppeth 2023-08-12 08:50:59 +02:00
parent 8b2c1ee168
commit 1f6568541c
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 0 additions and 8 deletions

View File

@ -10,14 +10,6 @@
try_files {{ item.override_try_files | default('$uri $uri/ =404') }};
}
{% endblock %}
{% block app_root_location %}
{% endblock %}
{% block extra_locations %}
{% endblock %}
{% block custom_locations %}
{% endblock %}
{% block local_content %}
{% if item.manage_local_content is not defined %}