Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1552 and #1554 #1753

Merged
merged 10 commits into from
Aug 24, 2024
Next Next commit
fix
  • Loading branch information
Frooodle committed Aug 16, 2024
commit e5cb9a28acd7ee852fa4b81c7ea130baaae60eab
2 changes: 1 addition & 1 deletion src/main/resources/templates/remove-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multiple=false, accept='application/pdf')}"></div>
<div class="mb-3">
<label for="fileInput" th:text="#{pageRemover.pagesToDelete}"></label>
<div th:replace="~{fragments/common :: fileSelector(name='fileInput', multiple=false, accept='application/pdf')}"></div>
<input type="text" class="form-control" id="fileInput" name="pageNumbers" th:placeholder="#{pageRemover.placeholder}" required>
</div>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{pageRemover.submit}"></button>
</form>
Expand Down