diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/operationProducts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/operationProducts.html b/src/main/resources/templates/operationProducts.html index f3997b4..046b738 100644 --- a/src/main/resources/templates/operationProducts.html +++ b/src/main/resources/templates/operationProducts.html @@ -7,7 +7,7 @@ <div class="indent"> <form method="get" th:action="'/operationProducts/' + ${operationId} + '/new/'"> - <button id="newPartnerContactBtn" type="submit" class="btn btn-primary">Добавить новый продукт</button> + <button id="newOperationProductBtn" type="submit" class="btn btn-primary">Добавить новый продукт</button> </form> <br> |