Improve redaction and anonymous user handling

This commit is contained in:
2022-08-03 21:56:27 +01:00
parent 8b7fef59c5
commit fc86aae119
3 changed files with 20 additions and 20 deletions

View File

@@ -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">