From e81d1e7e9dbcc57885556aeb7e871008dabc5898 Mon Sep 17 00:00:00 2001 From: Irwan Fathurrahman Date: Wed, 1 May 2024 07:35:24 +0700 Subject: [PATCH] Version 4.5.0 (#129) * Add country to data provider/organisation * Change terms * Change download file to ods * Update uploader file to use ods * Fix link * Change text "Request" to "Download" button --- templates/download/form.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/download/form.html b/templates/download/form.html index 1f4f6bc..2f532b7 100644 --- a/templates/download/form.html +++ b/templates/download/form.html @@ -121,9 +121,8 @@

Data Download

specified in the download file.
-

@@ -187,7 +186,7 @@

Data Download

$('#id_organisations').show(); $('#id_countries').hide(); } - } + } $('input[type=radio][name=radio_filter_type]').change(function() { radioFilterTypeOnChange(this.value) });