mirror of
https://github.com/neocities/neocities.git
synced 2025-05-16 01:17:19 +02:00
one word tags, fix captcha two word mention
This commit is contained in:
parent
9cedbd086d
commit
ba840423a6
5 changed files with 10 additions and 10 deletions
2
app.rb
2
app.rb
|
@ -374,7 +374,7 @@ post '/create' do
|
|||
session[:id] = @site.id
|
||||
redirect '/'
|
||||
else
|
||||
@site.errors.add :captcha, 'You must type in the two words correctly! Try again.' if !recaptcha_is_valid
|
||||
@site.errors.add :captcha, 'You must type in the captcha correctly! Try again.' if !recaptcha_is_valid
|
||||
|
||||
erb :'/new'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue