Skip to content

Commit a260601

Browse files
committed
Removing useless buttons
1 parent ab33184 commit a260601

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

conditional/templates/member_management.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ <h3 class="panel-title">Administration</h3>
2929
<input type="checkbox" id="siteLockdownSwitch" name="siteLockdownSwitch" data-module="siteSettings" data-setting="siteLockdown"{% if site_lockdown %} checked{% endif %}>
3030
<label for="siteLockdownSwitch" class="label-primary"></label>
3131
</div>
32-
<div class="material-switch">
33-
<div class="switch-label">Intro Evals Form</div>
34-
<input type="checkbox" id="introFormSwitch" name="introEvalsSwitch" data-module="siteSettings" data-setting="introForm"{% if intro_form %} checked{% endif %}>
35-
<label for="introFormSwitch" class="label-primary"></label>
36-
</div>
3732
</div>
3833
{% endif %}
3934
</div>

frontend/stylesheets/pages/_management.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.switch-label {
22
display: inline-block;
3-
padding: 10px;
3+
padding: 40px 10px;
44
text-align: center;
55
}
66

0 commit comments

Comments
 (0)