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