1
This commit is contained in:
Christoph
2020-04-11 23:50:46 +02:00
parent 587c897426
commit 53c59d3287
4 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@ public class GroupDetailsController {
this.inviteService = inviteService;
this.groupService = groupService;
this.projectionService = projectionService;
}
@RolesAllowed({"ROLE_orga", "ROLE_studentin"})

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en"
<html lang="de"
th:replace="~{mopslayout :: html(name='Gruppenbildung', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}"
xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<title>Gruppe Beitreten</title>
<th:block th:fragment="headcontent">
<!-- Links, Skripts, Styles hier einfügen! -->
@ -20,7 +20,7 @@
<li>
<a th:href="@{/gruppen2/create}">Erstellen</a>
</li>
<li class="active">
<li>
<a th:href="@{/gruppen2/search}">Suche</a>
</li>
</ul>