Compare commits

..

No commits in common. "8e0c00bf1f89848873ddc60be31b77eb27c72e7f" and "654136d4767946ad49ef4c0dc393465bc6743f23" have entirely different histories.

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

View File

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