diff --git a/core/settings.py b/core/settings.py index 24a7e62..345c7f3 100644 --- a/core/settings.py +++ b/core/settings.py @@ -248,7 +248,6 @@ "app_verbose_name": "Open Contracting for Infrastructure Data Standards Review Tool", "app_strapline": "Review your OC4IDS data.", "input_methods": ["upload", "url", "text"], - "input_template": "cove_oc4ids/input.html", "support_email": "data@open-contracting.org", } diff --git a/cove_oc4ids/templates/cove_oc4ids/input.html b/cove_oc4ids/templates/cove_oc4ids/input.html deleted file mode 100644 index f099b05..0000000 --- a/cove_oc4ids/templates/cove_oc4ids/input.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends 'input.html' %} - -{% block extrafooterscript %} - -{% endblock %}