Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/rest_api/v2/views/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from rest_framework.generics import GenericAPIView
from rest_framework import permissions
from cms.djangoapps.contentstore.rest_api.v2.serializers.utils import NumericalInputValidationRequestSerializer
from xmodule.capa.inputtypes import preview_numeric_input
from xblocks_contrib.problem.capa.inputtypes import preview_numeric_input


class NumericalInputValidationView(GenericAPIView):
Expand Down
1 change: 0 additions & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@

MAKO_TEMPLATE_DIRS_BASE.insert(3, COMMON_ROOT / 'static')
MAKO_TEMPLATE_DIRS_BASE.append(CMS_ROOT / 'djangoapps' / 'pipeline_js' / 'templates')
MAKO_TEMPLATE_DIRS_BASE.append(XMODULE_ROOT / 'capa' / 'templates')


def make_lms_template_path(settings):
Expand Down
1 change: 0 additions & 1 deletion common/djangoapps/edxmako/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def render_lms_template(self, template_file, dictionary):

Templates which are in these dirs will only work with this function:
edx-platform/lms/templates/
edx-platform/xmodule/capa/templates/
openedx/features/course_experience/templates
"""
return render_to_string(template_file, dictionary, namespace=lms_mako_namespace)
Expand Down
Binary file removed common/static/applets/capa/Protex.jar
Binary file not shown.
Binary file removed common/static/applets/capa/genex.jar
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX2E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX2E1-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX2E2-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX2E3-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX3E0-3D-balls.png
Binary file not shown.
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX3E2-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX4E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX4E1-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX4E2-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX5E1-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX5E2-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX6E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX6E1-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX7E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX8E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/AX9E0-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/Bent-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/Linear-3D-balls.png
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/Linear-stick.png
Binary file not shown.
Binary file not shown.
Binary file removed common/static/images/capa/vsepr/Octahedral-stick.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Binary file removed common/static/images/capa/vsepr/Seesaw-3D-balls.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
1 change: 0 additions & 1 deletion common/static/js/capa/README

This file was deleted.

98 changes: 0 additions & 98 deletions common/static/js/capa/annotationinput.js

This file was deleted.

36 changes: 0 additions & 36 deletions common/static/js/capa/chemical_equation_preview.js

This file was deleted.

73 changes: 0 additions & 73 deletions common/static/js/capa/choicetextinput.js

This file was deleted.

85 changes: 0 additions & 85 deletions common/static/js/capa/design-protein-2d.js

This file was deleted.

25 changes: 0 additions & 25 deletions common/static/js/capa/drag_and_drop.js

This file was deleted.

45 changes: 0 additions & 45 deletions common/static/js/capa/drag_and_drop/base_image.js

This file was deleted.

Loading
Loading