From 0c39fbd90ed3a9f6e0fb116dc97ff1c75df7467c Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:29:59 -0400 Subject: [PATCH] css: Upgrade to Bootstrap 5 to be able to use offcanvas for filters on small screens #241 --- data_registry/templates/base.html | 18 ++-- data_registry/templates/detail.html | 54 +++++------ data_registry/templates/header.html | 6 +- .../templates/includes/check_icon.html | 4 +- .../templates/includes/checkboxes.html | 8 +- .../templates/includes/radiobuttons.html | 8 +- data_registry/templates/index.html | 14 +-- data_registry/templates/search.html | 18 ++-- package-lock.json | 76 ++++++++++++--- package.json | 2 +- src/scss/_custom.scss | 20 +++- src/scss/main.scss | 95 +++++++------------ 12 files changed, 178 insertions(+), 145 deletions(-) diff --git a/data_registry/templates/base.html b/data_registry/templates/base.html index 7ae1b198..f6969292 100644 --- a/data_registry/templates/base.html +++ b/data_registry/templates/base.html @@ -23,7 +23,7 @@ {% block content %}{% endblock %} -
- + engage@open-contracting.org
@@ -138,7 +138,7 @@{% translate "Open Contracting Partnership" %} {% now "Y" %} - {% translate "Terms" %} + {% translate "Terms" %}
{% translate "Available formats:" %}
+
{% translate "This dataset has not yet been retrieved." %}
{% endif %} {% if collection.additional_data %} -+
{% translate "Last reviewed:" %} {{ collection.last_reviewed|date:"M Y" }}
{% endif %} @@ -284,7 +284,7 @@{% translate "This OCDS dataset is available for download in JSON, Excel or CSV format. You can download the data for contracting processes in a specific year or for all time." %}
@@ -349,11 +349,11 @@