Improve redaction and anonymous user handling
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for item in results %}
|
||||
<tr>
|
||||
{% if item.type == 'join' %}
|
||||
{% if item.exemption == True %}
|
||||
<tr class="has-background-grey-lighter">
|
||||
{% elif item.type == 'join' %}
|
||||
<tr class="has-background-success-light">
|
||||
{% elif item.type == 'quit' %}
|
||||
<tr class="has-background-danger-light">
|
||||
|
||||
Reference in New Issue
Block a user