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
e3fa5f08
Commit
e3fa5f08
authored
Aug 15, 2014
by
Brian Talbot
Committed by
Ben McMorran
Aug 21, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: removing static rendering notes/comments from course rerun template
parent
6c8b4183
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
24 deletions
+5
-24
cms/templates/course-create-rerun.html
+5
-24
No files found.
cms/templates/course-create-rerun.html
View file @
e3fa5f08
<!--
DESIGN/UI NOTES:
* changed tip-based UI text to have is-hidden/is-shown stateful classes rather than is-hiding/is-showing
* create-course and new-course prefixed classes have been changed to use rerun-courses
* changed form <input /> elements to <button> elements
- - -
TODO:
* sync up styling of stateful classes
* need to add support for allow_unicode_course_id in real view's template
-->
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
...
...
@@ -58,7 +41,7 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio
<span
class=
"course-original-title"
>
${display_name}
</span>
</h2>
</header>
</div>
<!-- /mast -->
</div>
<div
class=
"wrapper-content wrapper"
>
<div
class=
"inner-wrapper"
>
...
...
@@ -71,9 +54,7 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio
<strong>
${_("Note: Together, the organization, course number, and course run must uniquely identify this new course instance.")}
</strong>
<p>
</div>
</div>
<!-- /introduction -->
<!-- - - - -->
</div>
<div
class=
"wrapper-rerun-course"
>
<form
class=
"form-create rerun-course course-info"
id=
"rerun-course-form"
name=
"rerun-course-form"
>
...
...
@@ -140,7 +121,7 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio
</form>
</div>
</article>
<!-- /content-primary -->
</article>
<aside
class=
"content-supplementary"
role=
"complimentary"
>
<div
class=
"bit"
>
...
...
@@ -163,10 +144,10 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio
<li
class=
"item-detail"
>
${_("Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. Maecenas faucibus mollis interdum.")}
</li>
</ul>
</div>
</aside>
<!-- /content-supplementary -->
</aside>
</section>
</div>
<!-- /content -->
</div>
</div>
</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