We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11173 commit bedd3beCopy full SHA for bedd3be
debug_toolbar/templates/debug_toolbar/panels/request.html
@@ -11,11 +11,11 @@ <h4>{% trans "View information" %}</h4>
11
</tr>
12
</thead>
13
<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>
+ <tr class="djDebugOdd">
+ <td><code>{{ view_func }}</code></td>
+ <td><code>{{ view_args|pprint }}</code></td>
+ <td><code>{{ view_kwargs|pprint }}</code></td>
+ <td><code>{{ view_urlname }}</code></td>
19
20
</tbody>
21
</table>
0 commit comments