Skip to content

Commit ca0897f

Browse files
author
Alexander Smishlajev
committed
'TEMPLATES' are also known as 'STATIC_FILES'
1 parent d6ee3e6 commit ca0897f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roundup/configuration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roundup Issue Tracker configuration support
22
#
3-
# $Id: configuration.py,v 1.19 2004-10-30 11:26:37 a1s Exp $
3+
# $Id: configuration.py,v 1.20 2004-11-02 09:46:36 a1s Exp $
44
#
55
__docformat__ = "restructuredtext"
66

@@ -394,7 +394,8 @@ class NullableFilePathOption(NullableOption, FilePathOption):
394394
("main", (
395395
(FilePathOption, "database", "db", "Database directory path."),
396396
(FilePathOption, "templates", "html",
397-
"Path to the HTML templates directory."),
397+
"Path to the HTML templates directory.",
398+
["STATIC_FILES"]),
398399
(MailAddressOption, "admin_email", "roundup-admin",
399400
"Email address that roundup will complain to"
400401
" if it runs into trouble."),

0 commit comments

Comments
 (0)