fix: change date format

This commit is contained in:
Summayya
2021-08-19 17:22:01 +05:30
parent ad0913500c
commit 2894a5e479
6 changed files with 51 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
<div class="course-home-headings">{{title}}</div>
<div class="speaker-cards-parent">
{% for video in talk_details %}
{% set video_details = frappe.get_doc('Previous Content', video.previous_content, filters={
{% set video_details = frappe.get_doc('Talk', video.previous_content, filters={
'event': event
}) %}
<div class="common-card-style talk-card">