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>
|
<a href="?" class="btn btn-sm btn-warning">Reset</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
{% include "membershipworks/components/download_table.dj.html" %}
|
{% include "cmsmanage/components/download_table.dj.html" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
{% block title %}Event Report Index{% endblock %}
|
{% block title %}Event Report Index{% endblock %}
|
||||||
{% block breadcrumbs %}<li class="breadcrumb-item active" aria-current="page">MW Event Reports</li>{% endblock %}
|
{% block breadcrumbs %}<li class="breadcrumb-item active" aria-current="page">MW Event Reports</li>{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% include "membershipworks/components/download_table.dj.html" %}
|
{% include "cmsmanage/components/download_table.dj.html" %}
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<li class="breadcrumb-item active" aria-current="page">{{ month|date:"F" }}</li>
|
<li class="breadcrumb-item active" aria-current="page">{{ month|date:"F" }}</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% include "membershipworks/components/download_table.dj.html" %}
|
{% include "cmsmanage/components/download_table.dj.html" %}
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
<nav aria-label="Page navigation">
|
<nav aria-label="Page navigation">
|
||||||
<ul class="pagination justify-content-center">
|
<ul class="pagination justify-content-center">
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<li class="breadcrumb-item active" aria-current="page">{{ year|date:"Y" }}</li>
|
<li class="breadcrumb-item active" aria-current="page">{{ year|date:"Y" }}</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% include "membershipworks/components/download_table.dj.html" %}
|
{% include "cmsmanage/components/download_table.dj.html" %}
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
<nav aria-label="Page navigation">
|
<nav aria-label="Page navigation">
|
||||||
<ul class="pagination justify-content-center">
|
<ul class="pagination justify-content-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user