Skip to content

Commit

Permalink
fix member state detail page ratification listings
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 5, 2024
1 parent eab43bc commit 15fc6ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions africanlii/templates/africanlii/member_state_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
{% block page-title %}<h1 class="mt-4">{{ member_state }}</h1>{% endblock %}
{% block page-header %}
{{ block.super }}
<div class="mb-3">{% include 'africanlii/_lii_info.html' %}</div>
<div class="mb-5">{% include 'africanlii/_lii_info.html' %}</div>
{% endblock %}
{% block page-list-facets %}{% endblock %}
{% block content %}
{% block document-table %}
{% if ratification_countries %}
{% include 'africanlii/_ratification_table.html' %}
{% else %}
Expand Down
4 changes: 3 additions & 1 deletion peachjam/templates/peachjam/layouts/document_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ <h1 class="mt-4">{% trans 'Documents' %}</h1>
{% endblock %}
{% block alerts %}{% endblock %}
{% block nav-tabs %}{% endblock %}
{% include "peachjam/_document_table_form.html" %}
{% block document-table %}
{% include "peachjam/_document_table_form.html" %}
{% endblock %}
{% block taxonomy-json %}{% endblock %}
</div>
{% endblock %}

0 comments on commit 15fc6ae

Please sign in to comment.