From 1549e7325cb0f7a1815e5ddec088b74fbdf9c06a Mon Sep 17 00:00:00 2001 From: Elisa Anguita Date: Fri, 24 Jan 2025 21:12:59 -0300 Subject: [PATCH] refactor(authorities): use new authorities list template in RD authorities page --- cl/opinion_page/templates/recap_authorities.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/opinion_page/templates/recap_authorities.html b/cl/opinion_page/templates/recap_authorities.html index 7a69d4b0fe..1980313837 100644 --- a/cl/opinion_page/templates/recap_authorities.html +++ b/cl/opinion_page/templates/recap_authorities.html @@ -13,7 +13,7 @@

This document cites {{ authorities_count|intcomma }} opinion{{ authorities_c {% endwith %}
{# Westlaw's metadata organization: Checkbox, Treatment, Name + citation + summary, Date, Type, Depth #} - {% include 'includes/authorities_list.html' with authorities=authorities %} + {% include 'includes/rd_authorities_list.html' with authorities=authorities %} {% endblock %}