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
2 changes: 0 additions & 2 deletions common/static/karma_common.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ var options = {
{pattern: 'common/js/xblock/core.js', included: true},
{pattern: 'common/js/xblock/runtime.v1.js', included: true},
{pattern: 'common/js/discussion/**/*.js', included: true},
{pattern: 'js/capa/src/**/*.js', included: true},
{pattern: 'js/src/**/*.js', included: true}
],

Expand All @@ -67,7 +66,6 @@ var options = {

fixtureFiles: [
{pattern: 'js/fixtures/**/*.html'},
{pattern: 'js/capa/fixtures/**/*.html'},
{pattern: 'common/templates/**/*.underscore'}
]
};
Expand Down
Loading
Loading