From 1cffb25bd9604ec7443d3c55d63598dd66cfc596 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Mon, 15 Dec 2025 16:48:37 +0000 Subject: [PATCH] fix: certificate import issue fccn/nau-technical#661 --- lms/djangoapps/certificates/views/webview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/certificates/views/webview.py b/lms/djangoapps/certificates/views/webview.py index 1c75860204..0fd93a7d15 100644 --- a/lms/djangoapps/certificates/views/webview.py +++ b/lms/djangoapps/certificates/views/webview.py @@ -17,6 +17,7 @@ from django.utils.encoding import smart_str from opaque_keys import InvalidKeyError from opaque_keys.edx.keys import CourseKey +from openedx.core.djangoapps.plugins.plugin_extension_points import run_extension_point from openedx_filters.learning.filters import CertificateRenderStarted from organizations import api as organizations_api from edx_django_utils.plugins import pluggable_override