mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
use web app for bans, not system
This commit is contained in:
parent
ab95fa01af
commit
a420132632
5 changed files with 26 additions and 8 deletions
|
@ -98,7 +98,7 @@
|
|||
<div class="alert txt-Center">
|
||||
<p style="padding:5px">
|
||||
<% flash.keys.each do |key| %>
|
||||
<%= flash[key] %>
|
||||
<%== flash[key] %>
|
||||
<% end %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<p><b>Last thing!</b> Enter these two words correctly (with spaces) so we know you're not a robot (don't worry robots, we still love you).</p>
|
||||
<p><b>Last thing!</b> Enter the captcha correctly so we know you're not a robot (don't worry robots, we still love you).</p>
|
||||
|
||||
<div class="recaptcha">
|
||||
<%== recaptcha_tag :challenge, ssl: request.ssl? %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue