1

Merge branch 'master' into edit-User

This commit is contained in:
Talha Caliskan
2020-03-18 16:43:33 +01:00
committed by GitHub
24 changed files with 349 additions and 95 deletions

View File

@ -21,7 +21,13 @@
<li>
<a th:href="@{/gruppen2/findGroup}" href="/findGroup">Suche</a>
</li>
</ul>--
</ul>
<!-- Fix double point -->
<li th:if="${account.getRoles().contains('orga')}">
<a th:href="@{/gruppen2/createLecture}" href="/createLecture">Veranstaltung</a>
</li>
</ul>
</nav>
</header>
<main th:fragment="bodycontent">