--- a/Allura/allura/config/app_cfg.py
+++ b/Allura/allura/config/app_cfg.py
@@ -73,6 +73,7 @@
self.paths['templates'].append(pkg_resources.resource_filename('forgehg', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('forgehg', 'widgets/templates'))
self.paths['templates'].append(pkg_resources.resource_filename('allura', 'ext/admin/templates'))
+ self.paths['templates'].append(pkg_resources.resource_filename('allura', 'ext'))
self.paths['templates'].append(pkg_resources.resource_filename('sfx', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('forgedownloads', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('forgelink', 'templates'))