Merge branch 'master' of https://github.com/ulrichknecht/baroness
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<th>Geschwärzt</th>
|
||||
<th>Baron</th>
|
||||
<th>Angezeigt</th>
|
||||
<th>Auto-Schwärzen</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
{% for user in users %}
|
||||
@@ -24,6 +25,7 @@
|
||||
<td>{% if user.isblack %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td>{% if user.isbaron %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td>{% if user.isshown %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td>{% if user.autoblack %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td> <a href="/manage_users/edit/{{user.name}}">bearbeiten</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user