From 42086bfa472a5b66a15569febf5f04cc5e3c137c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 28 Oct 2022 20:05:45 +0200 Subject: [PATCH] use global footer --- src/config.py | 3 +++ src/templates/download.html | 2 +- src/templates/index.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/config.py b/src/config.py index 189bdf2..eb1e73d 100644 --- a/src/config.py +++ b/src/config.py @@ -19,6 +19,9 @@ class Config: les petits fichiers de quelques ko car je chiffre via \ RSA 🙂.

Ne supportes que les fichiers ASCII." + # Footer of webpages + footer = "NPNO" + # Directory name where the uploads are stored uploads_dir = "uploads" diff --git a/src/templates/download.html b/src/templates/download.html index ccd1bc2..b5a367d 100644 --- a/src/templates/download.html +++ b/src/templates/download.html @@ -23,7 +23,7 @@ diff --git a/src/templates/index.html b/src/templates/index.html index 73788f1..46fe81f 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -26,7 +26,7 @@