From bfd11c6d7d0e90ac5d619498d3a5a9e5fdecd47b Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Wed, 19 Apr 2023 12:50:49 +0200 Subject: [PATCH] navbar --- templates/create.html | 2 ++ templates/index.html | 22 +--------------------- templates/navbar.html | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 templates/navbar.html diff --git a/templates/create.html b/templates/create.html index 31ebd3d..d51f31c 100644 --- a/templates/create.html +++ b/templates/create.html @@ -3,6 +3,7 @@ Formularz + + {% extends 'navbar.html' %}

Formularz tworzenia pliku konfiguracyjnego


diff --git a/templates/index.html b/templates/index.html index e9d39bc..2c7ad27 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,27 +60,7 @@ - + {% extends 'navbar.html' %}

Lista maszyn

diff --git a/templates/navbar.html b/templates/navbar.html new file mode 100644 index 0000000..dae93e0 --- /dev/null +++ b/templates/navbar.html @@ -0,0 +1,21 @@ + \ No newline at end of file