[fix] Daily digest date format
This commit is contained in:
parent
25956d6282
commit
3395e7a2e4
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<h1 style="{{ h1 }}">{{ title }}</h1>
|
<h1 style="{{ h1 }}">{{ title }}</h1>
|
||||||
<h4 style="font-weight: normal; color: {{ text_muted }}; margin-top: 7px; font-size: 16px; margin-top: 7px;">
|
<h4 style="font-weight: normal; color: {{ text_muted }}; margin-top: 7px; font-size: 16px; margin-top: 7px;">
|
||||||
<p>{% if frequency == "Daily "%}
|
<p>{% if frequency == "Daily" %}
|
||||||
{{ frappe.format_date(future_from_date) }}
|
{{ frappe.format_date(future_from_date) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ frappe.format_date(future_from_date) }} - {{ frappe.format_date(future_to_date) }}
|
{{ frappe.format_date(future_from_date) }} - {{ frappe.format_date(future_to_date) }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user