Use more generic location for table download component
All checks were successful
Ruff / ruff (push) Successful in 23s

This commit is contained in:
Adam Goldsmith 2024-01-24 00:20:12 -05:00
parent 8317ae83c2
commit 5f59aac67e
5 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@
<a href="?" class="btn btn-sm btn-warning">Reset</a>
</div>
<div class="col-auto">
{% include "membershipworks/components/download_table.dj.html" %}
{% include "cmsmanage/components/download_table.dj.html" %}
</div>
</div>
</form>

View File

@ -5,6 +5,6 @@
{% block title %}Event Report Index{% endblock %}
{% block breadcrumbs %}<li class="breadcrumb-item active" aria-current="page">MW Event Reports</li>{% endblock %}
{% block content %}
{% include "membershipworks/components/download_table.dj.html" %}
{% include "cmsmanage/components/download_table.dj.html" %}
{% render_table table %}
{% endblock %}

View File

@ -13,7 +13,7 @@
<li class="breadcrumb-item active" aria-current="page">{{ month|date:"F" }}</li>
{% endblock %}
{% block content %}
{% include "membershipworks/components/download_table.dj.html" %}
{% include "cmsmanage/components/download_table.dj.html" %}
{% render_table table %}
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center">

View File

@ -10,7 +10,7 @@
<li class="breadcrumb-item active" aria-current="page">{{ year|date:"Y" }}</li>
{% endblock %}
{% block content %}
{% include "membershipworks/components/download_table.dj.html" %}
{% include "cmsmanage/components/download_table.dj.html" %}
{% render_table table %}
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center">