Skip to content

Commit

Permalink
use input dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 3, 2017
1 parent 18fca6c commit 5748734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def addform(xlsform, input_dir, django_dir, template_dir,
for tmpl in template_types:
create_file(
[template_dir, "%s_%s.html" % (form_name, tmpl)],
xls2html(xlsform, tmpl),
xls2html(xlsform, os.path.join(input_dir, "%s.html" % tmpl)),
)


Expand Down

0 comments on commit 5748734

Please sign in to comment.