Adding .gitignore for compiled css. Deleting course organization button from course about page for both sites.

This commit is contained in:
Kabir Khan 2017-03-15 12:58:34 -07:00
Родитель 17937d9d9c
Коммит 9b3cab725b
3 изменённых файлов: 3 добавлений и 3 удалений

2
.gitignore поставляемый Normal file
Просмотреть файл

@ -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>