- {% include "core/fragments/signup_stats_indicator.html" with stats=stats %}
+
+
+
+ {% if event.pending_disposition_count %}
+
+ {% endif %}
+ {{ stats.confirmed_count }}
+
+
+ {% include "core/fragments/signup_stats_indicator.html" with stats=stats %}
+
diff --git a/ephios/static/ephios/scss/ephios_custom.scss b/ephios/static/ephios/scss/ephios_custom.scss
index 4e74e023c..3c4810271 100644
--- a/ephios/static/ephios/scss/ephios_custom.scss
+++ b/ephios/static/ephios/scss/ephios_custom.scss
@@ -143,7 +143,6 @@ footer {
grid-area: signup;
justify-self: end;
align-self: end;
- width: 100%;
}
.grid-action {
@@ -153,7 +152,7 @@ footer {
@media (min-width: 992px) {
.grid-wrapper {
- grid-template-columns: 6fr auto 8rem 5rem auto;
+ grid-template-columns: 6fr auto 8rem 7rem 0px;
grid-template-rows: auto;
grid-template-areas:
"title badge time signup action"