Work in progress: Organizations page (with a fake tour) and start on the locations for the create new org and convert to org forms
This commit is contained in:
parent
0c4dec6de4
commit
70c02eae16
8 changed files with 157 additions and 14 deletions
|
@ -58,6 +58,11 @@ def guide():
|
|||
return index('')
|
||||
|
||||
|
||||
@app.route('/organizations/')
|
||||
@app.route('/organizations/new/')
|
||||
def organizations():
|
||||
return index('')
|
||||
|
||||
@app.route('/user/')
|
||||
def user():
|
||||
return index('')
|
||||
|
|
Reference in a new issue