Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandravaphilips committed Jan 31, 2024
1 parent 34d76cd commit 03fa995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peachjam/templates/peachjam/_court_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="courts__column-wrapper mb-3">
{% for court_class in court_classes %}
<div class="courts__item mb-3">
<h4 class="mb-4">{{ court_class }}</h4>
<h4 class="mb-2">{{ court_class }}</h4>
{% if court_class.courts.all %}
<ul class="list-unstyled">
{% for court in court_class.courts.all %}
Expand Down
2 changes: 1 addition & 1 deletion peachjam/templates/peachjam/judgment_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1 class="my-4">{% trans 'Judgments' %}</h1>
{% include "peachjam/_help_button.html" with link="judgments/courts" %}
{% include 'peachjam/_court_list.html' %}
<h4 class="mb-4">
<h4 class="mb-2 mt-4">
{% if title %}
{{ title }}
{% else %}
Expand Down

0 comments on commit 03fa995

Please sign in to comment.