From d9c43624c064902cea2f209b7501a9bccfeea6df Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Sat, 28 Sep 2024 00:19:08 +0400 Subject: [PATCH] feat: serbin's tg id, bigger font size for page counter --- constants.py | 1 + templates/documents/deal.html | 1 + 2 files changed, 2 insertions(+) diff --git a/constants.py b/constants.py index b6188f3..16cde0a 100644 --- a/constants.py +++ b/constants.py @@ -22,6 +22,7 @@ allowed_telegram_ids = [ 355242295, # Dsnonchik 651158209, # kristina 502869937, # Sasha + 1006239222, # Sasha Serbin 7326211785, 7646256614 # Marina ] diff --git a/templates/documents/deal.html b/templates/documents/deal.html index 4263689..5747fc5 100644 --- a/templates/documents/deal.html +++ b/templates/documents/deal.html @@ -26,6 +26,7 @@ @bottom-right { content: counter(page); margin-right: 20px; + font-size: 18px; } @top-right { content: "ID:{{ deal.id }}";