diff --git a/core/settings.py b/core/settings.py index 345c7f3..24a7e62 100644 --- a/core/settings.py +++ b/core/settings.py @@ -248,6 +248,7 @@ "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 new file mode 100644 index 0000000..f099b05 --- /dev/null +++ b/cove_oc4ids/templates/cove_oc4ids/input.html @@ -0,0 +1,19 @@ +{% extends 'input.html' %} + +{% block extrafooterscript %} + +{% endblock %}