1

if group empty gets delete

Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
This commit is contained in:
tomvahl
2020-03-20 14:00:41 +01:00
parent 71ea7eec40
commit 73f6798c2c
3 changed files with 11 additions and 5 deletions

View File

@ -99,7 +99,7 @@
type="hidden">
<input th:name="user_id" th:value="${member.getId()}"
type="hidden">
<button class="btn btn-danger btn-sm" style="margin: 5px">Mitglied entfernen</button>
<button class="btn btn-danger btn-sm" style="margin: 5px" th:if='!${account.getName().equals(member.getId())}'>Mitglied entfernen</button>
</form>
</div>
</td>