Fix: Display error when attempting to reset nonexistent due date extension

This commit is contained in:
Braden MacDonald
2014-08-19 22:15:12 -07:00
parent f4e021093a
commit 9c93cd8dd6
3 changed files with 27 additions and 19 deletions

View File

@@ -47,7 +47,8 @@ from opaque_keys.edx.locations import SlashSeparatedCourseKey
from shoppingcart.models import CourseRegistrationCode, RegistrationCodeRedemption, Order, PaidCourseRegistration, Coupon
from course_modes.models import CourseMode
from .test_tools import msk_from_problem_urlname, get_extended_due
from .test_tools import msk_from_problem_urlname
from ..views.tools import get_extended_due
@common_exceptions_400