From 12931ae44200c2f571cf5641440aa1c984b128d8 Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Tue, 19 Feb 2019 20:38:32 -0400 Subject: [PATCH] Fix date format --- lms/templates/course.html | 4 ++-- lms/templates/courseware/course_about.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/course.html b/lms/templates/course.html index 295101da82..884e08b816 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -29,7 +29,7 @@ from six import text_type % if course.advertised_start is not None: % else: - + % endif
@@ -39,7 +39,7 @@ from six import text_type % if course.advertised_start is not None:
  • ${_("Starts")}:
  • % else: -
  • ${_("Starts")}:
  • +
  • ${_("Starts")}:
  • % endif
    diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index e33fd0f034..117eb0a6a0 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -249,7 +249,7 @@ from six import string_types <% course_date_string = course_start_date.strftime('%Y-%m-%dT%H:%M:%S%z') %> - + % endif % endif @@ -269,7 +269,7 @@ from six import string_types <% course_date_string = course_end_date.strftime('%Y-%m-%dT%H:%M:%S%z') %> - + % endif % endif