Use more generic location for table download component
All checks were successful
Ruff / ruff (push) Successful in 23s
All checks were successful
Ruff / ruff (push) Successful in 23s
This commit is contained in:
parent
8317ae83c2
commit
5f59aac67e
@ -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>
|
||||
|
@ -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 %}
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user