[Cdd-commits] r677 - in cdd/trunk/webtools: . templates

CDD Subversion Commit noreply at alioth.debian.org
Sun Apr 6 18:00:13 UTC 2008


Author: js
Date: Sun Apr  6 18:00:12 2008
New Revision: 677

Added:
   cdd/trunk/webtools/templates/
   cdd/trunk/webtools/templates/tasks_idx.xhtml
      - copied, changed from r676, cdd/trunk/webtools/tasks_idx.xhtml
Removed:
   cdd/trunk/webtools/tasks_idx.xhtml
Modified:
   cdd/trunk/webtools/tasks_idx.py
Log:
Move template to own dir.


Modified: cdd/trunk/webtools/tasks_idx.py
==============================================================================
--- cdd/trunk/webtools/tasks_idx.py	(original)
+++ cdd/trunk/webtools/tasks_idx.py	Sun Apr  6 18:00:12 2008
@@ -9,7 +9,7 @@
 # Define directories used
 current_dir = os.path.dirname(__file__)
 locale_dir = os.path.join(current_dir, 'locale')
-template_dir = current_dir
+template_dir = os.path.join(current_dir, 'templates')
 
 # Initialize i18n
 domain = 'cdd-webtools'

Copied: cdd/trunk/webtools/templates/tasks_idx.xhtml (from r676, cdd/trunk/webtools/tasks_idx.xhtml)
==============================================================================



More information about the Cdd-commits mailing list