1

changed Titel in error.html

This commit is contained in:
[Mahgs]
2020-03-26 15:03:30 +01:00
parent 4d0968b2d9
commit bbf4f0b6e5
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ public class WebController {
@RolesAllowed({"ROLE_orga", "ROLE_studentin", "ROLE_actuator"}) @RolesAllowed({"ROLE_orga", "ROLE_studentin", "ROLE_actuator"})
@PostMapping("/details/changeMetadata") @PostMapping("/details/changeMetadata")
public String pChangeMetadata(KeycloakAuthenticationToken token, public String changeMetadata(KeycloakAuthenticationToken token,
@RequestParam("title") String title, @RequestParam("title") String title,
@RequestParam("description") String description, @RequestParam("description") String description,
@RequestParam("groupId") String groupId) { @RequestParam("groupId") String groupId) {

View File

@ -7,7 +7,7 @@
<link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" <link crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" rel="stylesheet"> integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" rel="stylesheet">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Seite nicht gefunden</title> <title th:text="'MOPS - ' + ${error}"></title>
</head> </head>
<body> <body>
<div class="mx-auto" style="vertical-align: center; border-radius: 5px; horiz-align: center; top: 50%; left: 50%;"> <div class="mx-auto" style="vertical-align: center; border-radius: 5px; horiz-align: center; top: 50%; left: 50%;">