Show More
@@ -72,7 +72,7 b' def make_map(config):' | |||
|
72 | 72 | |
|
73 | 73 | #ADMIN |
|
74 | 74 | with map.submapper(path_prefix='/_admin', controller='admin') as m: |
|
75 |
m.connect('admin_home', ' |
|
|
75 | m.connect('admin_home', '', action='index')#main page | |
|
76 | 76 | m.connect('admin_add_repo', '/add_repo/{new_repo:[a-z0-9\. _-]*}', |
|
77 | 77 | action='add_repo') |
|
78 | 78 |
General Comments 0
You need to be logged in to leave comments.
Login now