Merge pull request #5514 from AntonKhorev/pd-declaration
Remove public domain checkbox from signup and terms pages
This commit is contained in:
commit
aebacc88de
14 changed files with 222 additions and 66 deletions
|
@ -298,6 +298,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
resource :account, :only => [:edit, :update, :destroy] do
|
||||
scope :module => :accounts do
|
||||
resource :terms, :only => [:show, :update]
|
||||
resource :pd_declaration, :only => [:show, :create]
|
||||
resource :deletion, :only => :show
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue