Skip to content

Commit bedd3be

Browse files
committed
Remove distracting highlighting for table columns.
1 parent 2d11173 commit bedd3be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

debug_toolbar/templates/debug_toolbar/panels/request.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ <h4>{% trans "View information" %}</h4>
1111
</tr>
1212
</thead>
1313
<tbody>
14-
<tr>
15-
<td class="djDebugOdd"><code>{{ view_func }}</code></td>
16-
<td class="djDebugEven"><code>{{ view_args|pprint }}</code></td>
17-
<td class="djDebugOdd"><code>{{ view_kwargs|pprint }}</code></td>
18-
<td class="djDebugEven"><code>{{ view_urlname }}</code></td>
14+
<tr class="djDebugOdd">
15+
<td><code>{{ view_func }}</code></td>
16+
<td><code>{{ view_args|pprint }}</code></td>
17+
<td><code>{{ view_kwargs|pprint }}</code></td>
18+
<td><code>{{ view_urlname }}</code></td>
1919
</tr>
2020
</tbody>
2121
</table>

0 commit comments

Comments
 (0)