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

This reverts commit 331566d61229a0698b7d2daf319e51cbc74fd7e9.
This commit is contained in:
Nabin Hait 2017-05-24 17:31:58 +05:30
parent 7916590528
commit adfe84b04f

View File

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