Skip to content

Commit

Permalink
Removed footers from release report
Browse files Browse the repository at this point in the history
  • Loading branch information
daveoconnor committed Feb 10, 2025
1 parent b2b607b commit 3f96562
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/admin/release_report_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ <h2 class="mt-0">From the Fiscal Sponsorship Committee</h2>
{% endfor %}
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}
</div>
{% endif %}

Expand Down Expand Up @@ -205,7 +204,6 @@ <h3 class="mx-auto">Most Committed Libraries</h3>
<div id="top-committed-libraries-chart" class="w-full text-center"></div>
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}

</div>

Expand Down Expand Up @@ -249,7 +247,6 @@ <h2 class="mx-auto">Mailing List</h2>
</div>
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}
</div>
{% if wordcloud_base64 %}
<div class="pdf-page flex items-center justify-items-center {{ bg_color }}">
Expand All @@ -260,7 +257,6 @@ <h2 class="mx-auto">Mailing List Word Cloud</h2>
</div>
</div>

{% include "admin/_release_report_page_footer.html" %}

</div>
{% endif %}
Expand Down Expand Up @@ -317,7 +313,6 @@ <h2 class="mx-auto">Slack Activity</h2>
{% endfor %}
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}
</div>
{% endfor %}
{% endif %}
Expand All @@ -332,7 +327,6 @@ <h2 class="mx-auto">Library Index</h2>
{% endfor %}
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}
</div>
{% for item in library_data %}
<div class="pdf-page flex flex-col items-center justify-center {{ bg_color }}">
Expand Down Expand Up @@ -393,7 +387,6 @@ <h2 class="text-orange mb-1 mt-0">{{ item.library.name }}</h2>
</div>
</div>
</div>
{% include "admin/_release_report_page_footer.html" %}
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit 3f96562

Please sign in to comment.