Switch to side-by-side view

--- a/Allura/allura/config/app_cfg.py
+++ b/Allura/allura/config/app_cfg.py
@@ -67,6 +67,8 @@
         self.paths['templates'].append(pkg_resources.resource_filename('forgewiki', 'templates'))
         self.paths['templates'].append(pkg_resources.resource_filename('forgegit', 'templates'))
         self.paths['templates'].append(pkg_resources.resource_filename('forgegit', 'widgets/templates'))
+        self.paths['templates'].append(pkg_resources.resource_filename('forgesvn', 'templates'))
+        self.paths['templates'].append(pkg_resources.resource_filename('forgesvn', 'widgets/templates'))
         self.paths['templates'].append(pkg_resources.resource_filename('allura', 'ext/admin/templates'))
 
         from jinja2 import ChoiceLoader, Environment, FileSystemLoader