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