UI: Add 'ID' detail to info display on submission page #48

Merged
Márton Lente merged 6 commits from martonlente/extensions-website:ui-detail-info-display into main 2024-03-11 12:46:05 +01:00
Showing only changes of commit df6643dd3d - Show all commits

View File

@ -40,6 +40,13 @@
</div> </div>
</div> </div>
<div class="dl-row">
<div class="dl-col">
<dt>{% trans 'Slug' %}</dt>
<dd>{{ extension.name|slugify }}</dd>
</div>
</div>
<div class="dl-row"> <div class="dl-row">
<div class="dl-col"> <div class="dl-col">
<dt>{% trans 'Tagline' %}</dt> <dt>{% trans 'Tagline' %}</dt>