mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Website Specification Labls should not be capitalised by default (#8798)
This commit is contained in:
committed by
Rushabh Mehta
parent
91dcd8d952
commit
32cbbe5cc2
@@ -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="uppercase text-muted" style="width: 30%;">{{ d.label }}</td>
|
<td class="text-muted" style="width: 30%;">{{ d.label }}</td>
|
||||||
<td>{{ d.description }}</td>
|
<td>{{ d.description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user