navbar
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Formularz</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<style>
|
||||
/* styl dla całej strony */
|
||||
body {
|
||||
@@ -68,6 +69,7 @@ form button[type="submit"]:hover {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{% extends 'navbar.html' %}
|
||||
<h1>Formularz tworzenia pliku konfiguracyjnego</h1>
|
||||
<form method="POST" action="/api/createconf" enctype="multipart/form-data">
|
||||
<label>Nazwa konfiguracji:</label><br>
|
||||
|
Reference in New Issue
Block a user