Skip to content

Commit

Permalink
FCL-447 | show download options based off document html too
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhdxw committed Feb 3, 2025
1 parent d0f0c98 commit 24a5e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds_judgements_public_ui/templates/judgment/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

{% endblock content %}
{% block postcontent %}
{% if document.best_human_identifier %}
{% if document.document_html %}
{% include "includes/judgment_text_download_options.html" %}
{% endif %}
{% flag "document_catalogue_card" %}{% include "includes/judgment_catalogue_card.html" %}{% endflag %}
Expand Down

0 comments on commit 24a5e98

Please sign in to comment.