diff options
Diffstat (limited to 'src/main/resources/templates/operations.html')
-rw-r--r-- | src/main/resources/templates/operations.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/templates/operations.html b/src/main/resources/templates/operations.html index e310992..1c6aa33 100644 --- a/src/main/resources/templates/operations.html +++ b/src/main/resources/templates/operations.html @@ -6,11 +6,6 @@ <div th:replace="~{common :: page-header}"></div> <div class="indent"> - <form method="get" action="/newOperation"> - <button id="newOperationBtn" type="submit" class="btn btn-primary">Создать новую операцию</button> - </form> - <br> - <form method="get" action="/operations"> <table class="table"> <thead class="theme-dark"> |