cms fixes
This commit is contained in:
parent
caf4e374ab
commit
fa390039ff
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user