dont uppercase the capsul id on the detail page

This commit is contained in:
2022-04-12 14:33:58 -05:00
parent e4a5a27050
commit fac5a5c4ea
2 changed files with 9 additions and 1 deletions

View File

@ -54,7 +54,7 @@
</div>
{% else %}
<div class="row third-margin">
<h1>{{ vm['id'] }}</h1>
<h1 class="no-text-transform">{{ vm['id'] }}</h1>
</div>
<div class="row wrap grid-large third-margin">