Skip to content

Commit

Permalink
hide checkbox to enable built in registration for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Mar 30, 2021
1 parent cb2ce0e commit 2b7d09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/settings.blade.php
Expand Up @@ -27,13 +27,15 @@
<p class="help">Show or hide the "Registration URL" field on events.</p>
</div>

<!--
<div class="field">
<label class="label">
<input type="checkbox" name="enable_registration" value="1" {{ Setting::value('enable_registration') ? 'checked="checked"' : ''}}>
Enable Built-In Registration
</label>
<p class="help">When checked, registration can be enabled on this website for events.</p>
</div>
-->

<div class="field">
<label class="label">
Expand Down

0 comments on commit 2b7d09a

Please sign in to comment.