Skip to content

Commit 74a6922

Browse files
authored
Merge pull request #923 from jdufresne/col
Add a third <col> element to versions.html template
2 parents 84cb158 + 83edbac commit 74a6922

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

debug_toolbar/templates/debug_toolbar/panels/versions.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{% load i18n %}
22
<table>
3-
<col style="width:15%">
4-
<col style="width:15%">
3+
<colgroup>
4+
<col style="width:15%">
5+
<col style="width:15%">
6+
<col>
7+
</colgroup>
58
<thead>
69
<tr>
710
<th>{% trans "Package" %}</th>

0 commit comments

Comments
 (0)