File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ a:active {
9393 background-color : # b19cd9 ;
9494}
9595
96+ .badge-strange {
97+ color : # 000 ;
98+ background-color : # ffffff ;
99+ font-family : "Comic Sans" ;
100+ }
101+
96102.profile-link ,
97103.profile-link : hover ,
98104.profile-link : visited {
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ <h6 class="card-subtitle mb-2 text-muted">
9999 < span class ="badge badge-pill badge-primary "> Drink Admin</ span >
100100 {% endif %}
101101
102+ {% if "segfault" in member_info.group_list %}
103+ < span class ="badge badge-pill badge-strange "> segfault</ span >
104+ {% endif %}
105+
102106 {% if member_info.user_obj.nsaccountlock == "TRUE" %}
103107 < span class ="badge badge-pill badge-dark "> Disabled</ span >
104108 {% endif %}
You can’t perform that action at this time.
0 commit comments