[REMOVE] Unused/Undefined class

This commit is contained in:
Peter Pfeufer 2023-12-11 10:45:27 +01:00
parent 8295cc51a3
commit 4dd42da993
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
{% block content %}
{% if group.user_set %}
<div class="table-responsive">
<table class="table table-aa" id="tab_group_members">
<table class="table" id="tab_group_members">
<thead>
<tr>
<th>{% translate "Character" %}</th>

View File

@ -17,7 +17,7 @@
{% block content %}
{% if groups %}
<div class="table-responsive">
<table class="table table-aa">
<table class="table">
<thead>
<tr>
<th>{% translate "Name" %}</th>

View File

@ -49,7 +49,7 @@
<div id="add" class="tab-pane active">
{% if acceptrequests %}
<div class="table-responsive">
<table class="table table-aa">
<table class="table">
<thead>
<tr>
<th>{% translate "Character" %}</th>
@ -109,7 +109,7 @@
<div id="leave" class="tab-pane">
{% if leaverequests %}
<div class="table-responsive">
<table class="table table-aa">
<table class="table">
<thead>
<tr>
<th>{% translate "Character" %}</th>