Skip to content

Commit 1f623c0

Browse files
authored
Merge pull request #226 from TitaniumLung/develop
2 parents debbd8f + 94b2457 commit 1f623c0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

profiles/static/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

profiles/templates/profile.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)