Compare commits

..

2 Commits

Author SHA1 Message Date
8e0c00bf1f membershipworks: Improve display of event registrations for printing
All checks were successful
Ruff / ruff (push) Successful in 2m9s
Test / test (push) Successful in 5m54s
2024-06-18 15:12:51 -04:00
0df5fc1bf5 Don't show navbar when printing 2024-06-18 15:10:51 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@
<li class="breadcrumb-item active" aria-current="page">Registrations</li>
{% endblock %}
{% block content %}
<div class="container">
<div class="row justify-content-center">
<div class="container-xl">
<div class="row justify-content-center d-print-none">
<div class="col-auto">
{% bootstrap_button extra_classes="btn-sm" href=email_link target="_blank" content="Email all attendees" %}
</div>

View File

@ -18,7 +18,7 @@
</title>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-body-tertiary">
<nav class="navbar navbar-expand-sm bg-body-tertiary d-print-none">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'dashboard:dashboard' %}">Claremont MakerSpace</a>
<nav aria-label="breadcrumb" class="d-none d-sm-block">