aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-07 00:19:09 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-07 00:19:09 +0300
commitcfd262339d7e62b1e26a228976883af04d1892e1 (patch)
tree3d4fd0d5b2d0ad499b05e4311ab71536b760e345 /src/main/resources/templates
parent0e1abbfe524079b5ae2912429942a5e8711bdc3b (diff)
fix: minor bugs
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/operationProducts.html2
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>