UI: Add 'ID' detail to info display on submission page #48
@ -33,6 +33,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dl-row">
|
||||
<div class="dl-col">
|
||||
<dt>{% trans 'Id' %}</dt>
|
||||
martonlente marked this conversation as resolved
Outdated
|
||||
<dd>{{ extension.extension_id }}</dd>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dl-row">
|
||||
<div class="dl-col">
|
||||
<dt>{% trans 'Tagline' %}</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user
This should be capitalized:
ID
, since it's short for identifier.Thank you, it has been changed.