Adding .gitignore for compiled css. Deleting course organization button from course about page for both sites.
This commit is contained in:
Родитель
17937d9d9c
Коммит
9b3cab725b
|
@ -0,0 +1,2 @@
|
|||
comprehensive/lms/static/css
|
||||
mytraining/lms/static/css
|
|
@ -115,7 +115,6 @@ from openedx.core.lib.courses import course_image_url
|
|||
<div class="heading-group">
|
||||
<h1>
|
||||
${course.display_name_with_default_escaped}
|
||||
<button type="button">${course.display_org_with_default | h}</button>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ from openedx.core.lib.courses import course_image_url
|
|||
}
|
||||
});
|
||||
|
||||
%else:
|
||||
% else:
|
||||
|
||||
$('#class_enroll_form').on('ajax:complete', function(event, xhr) {
|
||||
if(xhr.status == 200) {
|
||||
|
@ -115,7 +115,6 @@ from openedx.core.lib.courses import course_image_url
|
|||
<div class="heading-group">
|
||||
<h1>
|
||||
${course.display_name_with_default_escaped}
|
||||
<button type="button">${course.display_org_with_default | h}</button>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче