You've already forked snikket-web-portal
Fix untranslated table header in admin_edit_circle.html
This commit is contained in:
@@ -56,9 +56,9 @@
|
|||||||
{%- if circle_members -%}
|
{%- if circle_members -%}
|
||||||
<div class="el-2 elevated"><table>
|
<div class="el-2 elevated"><table>
|
||||||
<thead>
|
<thead>
|
||||||
<th>Login name</th>
|
<th>{% trans %}Login name{% endtrans %}</th>
|
||||||
<th class="collapsible">Display name</th>
|
<th class="collapsible">{% trans %}Display name{% endtrans %}</th>
|
||||||
<th>Actions</th>
|
<th>{% trans %}Actions{% endtrans %}</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{%- for member in circle_members -%}
|
{%- for member in circle_members -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user