##// END OF EJS Templates
configitems: register the 'bugzilla.template' config
Boris Feld -
r33465:9a36b964 default
parent child Browse files
Show More
@@ -363,6 +363,9 b" configitem('bugzilla', 'strip',"
363 configitem('bugzilla', 'style',
363 configitem('bugzilla', 'style',
364 default=None,
364 default=None,
365 )
365 )
366 configitem('bugzilla', 'template',
367 default=None,
368 )
366
369
367 class bzaccess(object):
370 class bzaccess(object):
368 '''Base class for access to Bugzilla.'''
371 '''Base class for access to Bugzilla.'''
General Comments 0
You need to be logged in to leave comments. Login now