mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
more fixes
This commit is contained in:
parent
85a7fb22df
commit
9c511f1de6
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -67,7 +67,7 @@ end
|
|||
get '/new' do
|
||||
dashboard_if_signed_in
|
||||
@site = Site.new
|
||||
@site.username params[:username] unless params[:username].nil?
|
||||
@site.username = params[:username] unless params[:username].nil?
|
||||
slim :'new'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue