add join page
This commit is contained in:
@@ -123,6 +123,11 @@ app = rio.App(
|
||||
name="Constitution",
|
||||
page_url='constitution',
|
||||
build=pages.Constitution,
|
||||
),
|
||||
rio.Page(
|
||||
name="Join",
|
||||
page_url='join',
|
||||
build=pages.Join,
|
||||
)
|
||||
],
|
||||
theme=themes[6],
|
||||
|
||||
Reference in New Issue
Block a user