diff options
-rw-r--r-- | src/main/resources/templates/products.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/products.html b/src/main/resources/templates/products.html index 4db7f21..cb3e7f0 100644 --- a/src/main/resources/templates/products.html +++ b/src/main/resources/templates/products.html @@ -7,7 +7,7 @@ <div class="indent"> <form method="get" action="/newProduct"> - <button id="newOperationBtn" type="submit" class="btn btn-primary">Создать новый продукт</button> + <button id="newProductBtn" type="submit" class="btn btn-primary">Создать новый продукт</button> </form> <br> |