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