Skip to content

Commit

Permalink
Version 4.5.0 (#129)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
meomancer authored May 1, 2024
1 parent 9af9a59 commit e81d1e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/download/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ <h1>Data Download</h1>
specified in the download file.
</div>
<div class="form-actions">
<button type="submit"
class="btn btn-primary">
{% trans "Request" %}
<button type="submit" class="btn btn-primary">
{% trans "Download" %}
</button>
</div>
<br>
Expand Down Expand Up @@ -187,7 +186,7 @@ <h1>Data Download</h1>
$('#id_organisations').show();
$('#id_countries').hide();
}
}
}
$('input[type=radio][name=radio_filter_type]').change(function() {
radioFilterTypeOnChange(this.value)
});
Expand Down

0 comments on commit e81d1e7

Please sign in to comment.