Cleanup: Unused templates

This commit is contained in:
2018-03-27 19:08:28 +02:00
parent 479a435ec5
commit bca8fac4cd
4 changed files with 0 additions and 96 deletions

View File

@@ -1,4 +0,0 @@
| {% extends 'layout.html' %}
| {% block footer_scripts %}
| {% endblock %}

View File

@@ -1,6 +0,0 @@
| {% extends 'layout.html' %}
| {% from '_macros/_file_uploader_javascript.html' import render_file_uploader_javascript %}
| {% block footer_scripts %}
| {{render_file_uploader_javascript()}}
| {% endblock %}