Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cc6baf9d
Commit
cc6baf9d
authored
Apr 04, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show GMT time, 24-hour.
parent
49e0753e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/templates/overview.html
+2
-2
No files found.
cms/templates/overview.html
View file @
cc6baf9d
...
...
@@ -162,13 +162,13 @@
<div
class=
"section-published-date"
>
<
%
start_date_str =
get_time_struct_display(section.lms.start,
'%
m
/%
d
/%
Y
')
start_time_str =
get_time_struct_display(section.lms.start,
'%
H:
%
M
UTC
')
start_time_str =
get_time_struct_display(section.lms.start,
'%
H:
%
M
')
%
>
%if section.lms.start is None:
<span
class=
"published-status"
>
This section has not been released.
</span>
<a
href=
"#"
class=
"schedule-button"
data-date=
""
data-time=
""
data-id=
"${section.location}"
>
Schedule
</a>
%else:
<span
class=
"published-status"
><strong>
Will Release:
</strong>
${
start_date_str} at ${start_time_str
}
</span>
<span
class=
"published-status"
><strong>
Will Release:
</strong>
${
get_time_struct_display(section.lms.start, '%m/%d/%Y at %H:%M UTC')
}
</span>
<a
href=
"#"
class=
"edit-button"
data-date=
"${start_date_str}"
data-time=
"${start_time_str}"
data-id=
"${section.location}"
>
Edit
</a>
%endif
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment