mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 00:29:38 +01:00
Update ticket_cc_list.html
This commit is contained in:
parent
57d341f89f
commit
7dd4aa11d7
@ -16,7 +16,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for person in copies_to %}
|
{% for person in copies_to %}
|
||||||
<tr class='row_{% cycle odd,even %}'>
|
<tr class='row_{% cycle 'odd' 'even' %}'>
|
||||||
<td>{{ person.display }}</td>
|
<td>{{ person.display }}</td>
|
||||||
<td>{{ person.can_view }}</td>
|
<td>{{ person.can_view }}</td>
|
||||||
<td>{{ person.can_update }}</td>
|
<td>{{ person.can_update }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user