From ee90417e15bb33e18f995600b6e761ca87e3a63e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 17 Sep 2020 11:48:26 +0200 Subject: Make templates searchable by path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c239eb..3569352 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can use this example file as start: ```ini [invoice] id_format = "%%d/%%d/%%d/%%04d" %% (series, date.year, int(date.month/3+1), id) -template = template.latex +templatedir = ~/projects/ElenQ/fracture-py/templates/ # Currency related, just the amount of decimal places and the currency to use. currency = € -- cgit v1.2.3