1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-11 17:28:29 +02:00

more fixes

This commit is contained in:
Kyle Drake 2013-07-14 07:35:21 +02:00
parent 85a7fb22df
commit 9c511f1de6

2
app.rb
View file

@ -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