Website Specification Labls should not be capitalised by default (#8798)

This commit is contained in:
KanchanChauhan 2017-05-19 15:14:31 +05:30 committed by Nabin Hait
parent ff70f38eac
commit 331566d612

View File

@ -87,7 +87,7 @@
<table class="table borderless" style="width: 100%">
{% for d in website_specifications -%}
<tr>
<td class="uppercase text-muted" style="width: 30%;">{{ d.label }}</td>
<td class="text-muted" style="width: 30%;">{{ d.label }}</td>
<td>{{ d.description }}</td>
</tr>
{%- endfor %}