Remove top page

This commit is contained in:
Omar Roth
2020-06-15 17:00:34 -05:00
parent d30a972a90
commit 4d4b6a2fa0
5 changed files with 2 additions and 145 deletions

View File

@@ -227,11 +227,6 @@
<% end %>
</div>
<div class="pure-control-group">
<label for="top_enabled"><%= translate(locale, "Top enabled: ") %></label>
<input name="top_enabled" id="top_enabled" type="checkbox" <% if config.top_enabled %>checked<% end %>>
</div>
<div class="pure-control-group">
<label for="captcha_enabled"><%= translate(locale, "CAPTCHA enabled: ") %></label>
<input name="captcha_enabled" id="captcha_enabled" type="checkbox" <% if config.captcha_enabled %>checked<% end %>>