mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 09:37:48 +02:00
Update debug.html
This commit is contained in:
parent
5ba39a95bf
commit
d86b82e689
@ -19,7 +19,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for query in sql_queries %}<tr class="{% cycle odd,even %}">
|
{% for query in sql_queries %}<tr class="{% cycle 'odd' 'even' %}">
|
||||||
<td>{{ forloop.counter }}</td>
|
<td>{{ forloop.counter }}</td>
|
||||||
<td>{{ query.sql|escape }}</td>
|
<td>{{ query.sql|escape }}</td>
|
||||||
<td>{{ query.time }}</td>
|
<td>{{ query.time }}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user