From 2b632ff90521ecc289e533e47afc08b909ca6b68 Mon Sep 17 00:00:00 2001 From: grgr Date: Fri, 30 Sep 2022 13:04:16 +0200 Subject: [PATCH] create route function +create.html --- __pycache__/app.cpython-310.pyc | Bin 1959 -> 2231 bytes app.py | 22 ++++++++-------------- templates/add_new.html | 16 ---------------- templates/base.html | 2 +- templates/create.html | 23 +++++++++++++++++++++++ 5 files changed, 32 insertions(+), 31 deletions(-) delete mode 100644 templates/add_new.html create mode 100644 templates/create.html diff --git a/__pycache__/app.cpython-310.pyc b/__pycache__/app.cpython-310.pyc index 4fed4115ccb372648326bd4a2e4dbbe42775024d..4c2985cd98342ed694e74a4056cc828956803c1a 100644 GIT binary patch delta 370 zcmX|-PfG$(6vf|t&L2}}#y><63A4(EAlv9BT8X)-l#~|HM&>=#7#n!=R-!2AR!C;k z(pf~b30n0X`UvxBx#Jb;hLIsSi|@L-%52O-c-frHY;Hd0nZZnE z4Jga6DJ!tziY(#2$Y_^1rO%H@h4-+dl_3tFv^rG6SM6?ohDj5(+Gng9r&`TktaRGl zo&&Ky=5pw>z)iaThN4h#8@RzSLXst!ktx{%g9x@XA~QgjiU<&?FggX6S||O=&7|CI zUNsv%TaKj1?aSNtwe8OPk`H__;=%bO>k5wcbSTH3IKps86$U;cDH0AMR$b2zxJbU> zP?4NLR1#$WkwX=0zez3BK^mb^lcpg@MGcKpig!km3+ek_5a#p;ExCcHg%`?RxX>-w O51;j2Ed%)j6Mg_f5mU+l delta 98 zcmdlkxSXFapO=@50SGb=nxz zF{(}8&lbj}2UM>qG?{}Vol$RcDTkVb2vC5BnS+soNrsVwRe+O2K!BNpnU4_wheZ - - - - library - - - -
- - diff --git a/templates/base.html b/templates/base.html index 86bb645..de535cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ - + New {% block content %} {% endblock %} diff --git a/templates/create.html b/templates/create.html new file mode 100644 index 0000000..b969f7e --- /dev/null +++ b/templates/create.html @@ -0,0 +1,23 @@ + + + + + library + + + +
+ +