membershipworks: Add breadcrumbs for EventMonthReport

This commit is contained in:
Adam Goldsmith 2024-01-17 13:05:40 -05:00
parent aa143febeb
commit 0633e4ecef

View File

@ -3,6 +3,11 @@
{% load membershipworks_tags %}
{% block title %}Event Report{% endblock %}
{% block breadcrumbs %}
<li class="breadcrumb-item">MW Event Reports</li>
<li class="breadcrumb-item">{{ month|date:"Y" }}</li>
<li class="breadcrumb-item active" aria-current="page">{{ month|date:"F" }}</li>
{% endblock %}
{% block content %}
<div class="table-responsive">
<table class="table">