Skip to content

Commit 2998456

Browse files
committed
Fix html errors
1 parent d458fe9 commit 2998456

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

warehouse/templates/manage/organization/application.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,15 @@ <h2>
3232
</td>
3333
</tr>
3434
<tr>
35-
<th scope="row">
36-
{% trans %}Organization account name{% endtrans %}
37-
</td>
35+
<th scope="row">{% trans %}Organization account name{% endtrans %}</th>
3836
<td>{{ organization_application.name }}</td>
3937
</tr>
4038
<tr>
41-
<th scope="row">
42-
{% trans %}Organization display name{% endtrans %}
43-
</td>
39+
<th scope="row">{% trans %}Organization display name{% endtrans %}</th>
4440
<td>{{ organization_application.display_name }}</td>
4541
</tr>
4642
<tr>
47-
<th scope="row">
48-
{% trans %}️Organization URL{% endtrans %}
49-
</td>
43+
<th scope="row">{% trans %}️Organization URL{% endtrans %}</th>
5044
<td>{{ organization_application.link_url }}</td>
5145
</tr>
5246
<tr>

0 commit comments

Comments
 (0)