mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
remove counter
This commit is contained in:
parent
47dde508d3
commit
54376428ef
2 changed files with 2 additions and 2 deletions
|
@ -700,7 +700,7 @@ class Site < Sequel::Model
|
|||
end
|
||||
|
||||
if new? && !parent? && account_sites_dataset.count >= CHILD_SITES_MAX
|
||||
errors.add :child_site_id, "Cannot add child site, exceeds #{CHILD_SITES_MAX} limit."
|
||||
errors.add :child_site_id, "For spam prevention reasons, we've capped site creation to #{CHILD_SITES_MAX} sites. Please contact Neocities support to raise your site limit."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue