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