From ca274f37869230ea9d36b4a5d9543800f3243fe4 Mon Sep 17 00:00:00 2001 From: nickmwangemi Date: Wed, 13 Sep 2023 14:45:52 +0300 Subject: [PATCH] Add copy button for judgments with Law Report Citations --- .../peachjam/layouts/document_detail.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/peachjam/templates/peachjam/layouts/document_detail.html b/peachjam/templates/peachjam/layouts/document_detail.html index fe208aff5..3152b4549 100644 --- a/peachjam/templates/peachjam/layouts/document_detail.html +++ b/peachjam/templates/peachjam/layouts/document_detail.html @@ -184,7 +184,19 @@

{{ document.title }}

{% endif %}
- {% for alternative_name in alternative_names %}
{{ alternative_name.title }}
{% endfor %} + {% for alternative_name in alternative_names %} +
+ {{ alternative_name.title }} + +
+ {% endfor %}
{% endif %} {% endwith %}