standardize the submit button

This commit is contained in:
Ludy87
2024-12-20 11:08:57 +01:00
parent 30bcdbd7be
commit a9e250547a
9 changed files with 11 additions and 12 deletions

View File

@@ -74,7 +74,7 @@
<label for="convertPDFToImage" th:text="#{autoRedact.convertPDFToImageLabel}"></label>
</div>
<button type="submit" class="btn btn-primary" th:text="#{autoRedact.submitButton}"></button>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{autoRedact.submitButton}"></button>
</form>
</div>
</div>