File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
warehouse/templates/manage/organization Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 32
32
</ td >
33
33
</ tr >
34
34
< tr >
35
- < th scope ="row ">
36
- {% trans %}Organization account name{% endtrans %}
37
- </ td >
35
+ < th scope ="row "> {% trans %}Organization account name{% endtrans %}</ th >
38
36
< td > {{ organization_application.name }}</ td >
39
37
</ tr >
40
38
< tr >
41
- < th scope ="row ">
42
- {% trans %}Organization display name{% endtrans %}
43
- </ td >
39
+ < th scope ="row "> {% trans %}Organization display name{% endtrans %}</ th >
44
40
< td > {{ organization_application.display_name }}</ td >
45
41
</ tr >
46
42
< tr >
47
- < th scope ="row ">
48
- {% trans %}️Organization URL{% endtrans %}
49
- </ td >
43
+ < th scope ="row "> {% trans %}️Organization URL{% endtrans %}</ th >
50
44
< td > {{ organization_application.link_url }}</ td >
51
45
</ tr >
52
46
< tr >
You can’t perform that action at this time.
0 commit comments