Rename header in group table

This commit is contained in:
Andreas Zweili 2023-03-13 19:17:43 +01:00
parent ca891951e3
commit 558174383c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<table class="table table-bordered"> <table class="table table-bordered">
<tr> <tr>
<th>Group Name</th> <th>Group Name</th>
<th>Address</th> <th>Email</th>
</tr> </tr>
{% for group in groups %} {% for group in groups %}
<tr> <tr>