--- a/Allura/allura/config/app_cfg.py
+++ b/Allura/allura/config/app_cfg.py
@@ -79,6 +79,7 @@
self.paths['templates'].append(pkg_resources.resource_filename('forgelink', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('forgediscussion', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('forgediscussion', 'widgets/templates'))
+ self.paths['templates'].append(pkg_resources.resource_filename('forgeblog', 'templates'))
self.paths['templates'].append(pkg_resources.resource_filename('allura', 'lib/widgets/templates'))
from jinja2 import ChoiceLoader, Environment, FileSystemLoader