From eea3a4253ec98837bbdf2f1bf59c976475bbb145 Mon Sep 17 00:00:00 2001 From: romo Date: Tue, 17 Oct 2023 19:21:53 +0200 Subject: [PATCH] minor --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 438d884..706e1e1 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ flask run In teoria sto coso supporta piĆ¹ template ma non ho ancora finito di sistemarlo. Se vuoi aggiungerne uno nuovo metti il template in `templates/flyers/nometemplate.html` e crea la directory `static/flyers/nometemplate` per i files css. -# Come usare i tamplate esistenti +## Come usare i tamplate esistenti -Vai nel file app.py ed alla riga #13 passi, come valore di "template_name" il nome del template che vuoi utilizzare. +Vai nel file app.py ed alla riga #13 passa, come valore di "template_name", il nome del template che vuoi utilizzare. +I template si trovano in /templates/flyers. Ad esempio: template_name = 'simple_white'