Correct function name typo

This commit is contained in:
MariaLaranjeira 2025-04-28 23:26:14 +01:00
parent 12aeac009c
commit c45168e3d5

View File

@ -100,7 +100,7 @@ public class OtherWebController {
@GetMapping("/unlock-pdf-forms")
@Hidden
public String unlockPDFFormsForm(Model model) {
public String unlockPDFForms(Model model) {
model.addAttribute("currentPage", "unlock-pdf-forms");
return "misc/unlock-pdf-forms";
}