forked from extern/django-helpdesk
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…
Reference in New Issue
Block a user