cms fixes

This commit is contained in:
Rushabh Mehta 2012-05-09 14:41:36 +05:30
parent caf4e374ab
commit fa390039ff

View File

@ -23,7 +23,7 @@ class DocType:
from jinja2 import Template
import os
with open(os.path.dirname(__file__), 'custom_template.css'), 'r') as f:
with open(os.path.join(os.path.dirname(__file__), 'custom_template.css'), 'r') as f:
temp = Template(f.read())
if not self.doc.font_size: