Skip to content

Commit

Permalink
merge: PR #733 from dev
Browse files Browse the repository at this point in the history
Weekly release 2023-12-04
  • Loading branch information
alycejenni authored Dec 4, 2023
2 parents 5eef69a + 6c3588b commit 78491c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Retrieved: {{ h.render_datetime(h.now(), date_format='%H:%M %d %b %Y (%Z)') }}
</small>
{% if not res %}
{% set datacite_url = 'api.test.datacite.org' if config.get('ckanext.doi.test_mode', config.get('DEBUG', True)) else 'api.datacite.org' %}
{% set datacite_url = 'api.test.datacite.org' if h.doi_test_mode() else 'api.datacite.org' %}
<a class="btn btn-mini" title="Download BibTeX" href="https://{{ datacite_url }}/dois/application/x-bibtex/{{ pkg_dict['doi'] }}">
<small><i class="fas fa-file-code"></i>BibTeX</small>
</a>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"lxml>=4.4.2",
"elasticsearch-dsl>=6.0.0,<7.0.0",
"ckanext-contact>=2.3.0",
"ckanext-doi>=3.1.0",
"ckanext-doi>=3.1.10",
"ckanext-gallery>=2.2.0",
"ckanext-gbif>=2.1.0",
"ckanext-graph>=2.1.0",
Expand Down

0 comments on commit 78491c8

Please sign in to comment.