Skip to content

Commit d5059d1

Browse files
committed
Fix html errors
1 parent d458fe9 commit d5059d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

warehouse/templates/manage/organization/application.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ <h2>
3434
<tr>
3535
<th scope="row">
3636
{% trans %}Organization account name{% endtrans %}
37-
</td>
37+
</th>
3838
<td>{{ organization_application.name }}</td>
3939
</tr>
4040
<tr>
4141
<th scope="row">
4242
{% trans %}Organization display name{% endtrans %}
43-
</td>
43+
</th>
4444
<td>{{ organization_application.display_name }}</td>
4545
</tr>
4646
<tr>
4747
<th scope="row">
4848
{% trans %}️Organization URL{% endtrans %}
49-
</td>
49+
</th>
5050
<td>{{ organization_application.link_url }}</td>
5151
</tr>
5252
<tr>

0 commit comments

Comments
 (0)