mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-11 20:26:45 +02:00
Update email_ignore_list.html
This commit is contained in:
parent
d86b82e689
commit
783aa2481c
@ -14,7 +14,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for ignore in ignore_list %}
|
||||
<tr class='row_{% cycle odd,even %}'>
|
||||
<tr class='row_{% cycle 'odd' 'even' %}'>
|
||||
<td>{{ ignore.name }}</td>
|
||||
<td>{{ ignore.email_address }}</td>
|
||||
<td>{{ ignore.date }}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user