Revert r2649, as the default templates *should* support the property

diff stuff now if I recall correctly.

* conf/viewvc.conf.dist,
* lib/config.py
  Use "templates/default" now for the default templates.  Duh.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@2815 8cb11bc2-c004-0410-86c3-e597b4017df7
trunk
cmpilato 2012-10-25 19:16:18 +00:00
parent cea54da382
commit d018467937
2 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@
## template_dir = templates/default
## template_dir = templates-contrib/custom/templates
#
#template_dir = templates/classic
#template_dir = templates/default
## docroot: Web path to a directory that contains ViewVC static files
## (stylesheets, images, etc.) If set, static files will get

View File

@ -419,7 +419,7 @@ class Config:
self.options.hr_ignore_keyword_subst = 1
self.options.hr_intraline = 0
self.options.allow_compress = 0
self.options.template_dir = "templates/classic"
self.options.template_dir = "templates/default"
self.options.docroot = None
self.options.show_subdir_lastmod = 0
self.options.show_roots_lastmod = 0