From 03fa9950b8266ec55874da19263a3931e3cbede2 Mon Sep 17 00:00:00 2001 From: Sandrava Date: Wed, 31 Jan 2024 13:02:06 +0100 Subject: [PATCH] review updates --- peachjam/templates/peachjam/_court_list.html | 2 +- peachjam/templates/peachjam/judgment_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/peachjam/templates/peachjam/_court_list.html b/peachjam/templates/peachjam/_court_list.html index 8bf8d85d0..ae64bb421 100644 --- a/peachjam/templates/peachjam/_court_list.html +++ b/peachjam/templates/peachjam/_court_list.html @@ -3,7 +3,7 @@
{% for court_class in court_classes %}
-

{{ court_class }}

+

{{ court_class }}

{% if court_class.courts.all %}
    {% for court in court_class.courts.all %} diff --git a/peachjam/templates/peachjam/judgment_list.html b/peachjam/templates/peachjam/judgment_list.html index 1e24ba321..c83d6ac99 100644 --- a/peachjam/templates/peachjam/judgment_list.html +++ b/peachjam/templates/peachjam/judgment_list.html @@ -9,7 +9,7 @@

    {% trans 'Judgments' %}

    {% include "peachjam/_help_button.html" with link="judgments/courts" %} {% include 'peachjam/_court_list.html' %} -

    +

    {% if title %} {{ title }} {% else %}