copy cleanups/improvements

This commit is contained in:
Kyle Drake 2025-03-13 09:24:54 -05:00
parent ca428a22da
commit e00f991c4c
4 changed files with 19 additions and 40 deletions

View file

@ -102,6 +102,7 @@ post '/supporter/update' do
end
get '/supporter/thanks' do
@title = 'Supporter Confirmation'
require_login
erb :'supporter/thanks'
end