further bug fixes when using context path (#1475)

Co-authored-by: Anthony Stirling <[email protected]>
This commit is contained in:
Ludy
2024-06-15 22:07:09 +01:00
committed by GitHub
co-authored by Anthony Stirling
parent 234ae17dc8
commit f43fe15193
59 changed files with 233 additions and 233 deletions
@@ -16,7 +16,7 @@
<span class="material-symbols-rounded tool-header-icon other">assignment</span>
<span class="tool-header-text" th:text="#{changeMetadata.header}"></span>
</div>
<form method="post" id="form1" enctype="multipart/form-data" th:action="@{api/v1/misc/update-metadata}">
<form method="post" id="form1" enctype="multipart/form-data" th:action="@{'/api/v1/misc/update-metadata'}">
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multiple=false, accept='application/pdf')}"></div>
<p class="text-muted" th:text="#{changeMetadata.selectText.1}"></p>
<div class="form-check mb-3-inline ms-3">