mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 17:46:05 +02:00
fixes for erb templates
This commit is contained in:
parent
04ec621dfe
commit
66e6a3d38c
5 changed files with 110 additions and 145 deletions
2
app.rb
2
app.rb
|
@ -573,7 +573,7 @@ post '/contact' do
|
|||
end
|
||||
|
||||
if !@errors.empty?
|
||||
slim :'contact'
|
||||
erb :'contact'
|
||||
else
|
||||
EmailWorker.perform_async({
|
||||
from: 'web@neocities.org',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue