Skip to content
Snippets Groups Projects
Commit 8417b0f0 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#338 - redirect to templates page after successful save

parent 14be3e16
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,6 @@ public class TemplateController extends BaseController
}
templateService.getRepository().save(template);
return "redirect:/transactions";
return "redirect:/templates";
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment