##// END OF EJS Templates
svn: Activate the svn_support module. #4082
Martin Bornhold -
r561:35012271 default
parent child Browse files
Show More
@@ -253,6 +253,7 b' def includeme(config):'
253 config.include('rhodecode.login')
253 config.include('rhodecode.login')
254 config.include('rhodecode.tweens')
254 config.include('rhodecode.tweens')
255 config.include('rhodecode.api')
255 config.include('rhodecode.api')
256 config.include('rhodecode.svn_support')
256 config.add_route(
257 config.add_route(
257 'rhodecode_support', 'https://rhodecode.com/help/', static=True)
258 'rhodecode_support', 'https://rhodecode.com/help/', static=True)
258
259
General Comments 0
You need to be logged in to leave comments. Login now