diff --git a/templates/groups/group_admin.html b/templates/groups/group_admin.html
index 9b33f37..ef0b38c 100644
--- a/templates/groups/group_admin.html
+++ b/templates/groups/group_admin.html
@@ -10,7 +10,7 @@
| Member Username | Characters | Status | Actions |
{% for user, chars, status in member_list %}
-| {{ user.username }} |
+
| {{ user.username }} |
{{ chars }} |
{{ status }} |
Kick Member
@@ -28,7 +28,7 @@
| Username | Reason | Status | Created Date | Actions |
{% for req in requests %}
-| {{ req.user }} |
+ | {{ req.user }} |
{{ req.reason }} |
{{ req.get_status_description }} |
{{ req.created_date }} |
|