fix: self-eval-feedback notification url
This commit is contained in:
parent
a1417ee49f
commit
3a2775ef5d
|
|
@ -28,7 +28,7 @@ class SelfEvaluationFeedback(models.Model):
|
|||
@property
|
||||
def feedback_provider_evaluation_url(self) -> str:
|
||||
course, _, __ = self.learning_unit.get_frontend_url_parts()
|
||||
return f"/course/{course}/cockpit/mentor/self-evaluation-feedback/{self.learning_unit.id}"
|
||||
return f"/course/{course}/learning-mentor/self-evaluation-feedback/{self.learning_unit.id}"
|
||||
|
||||
|
||||
class CourseCompletionFeedback(models.Model):
|
||||
|
|
|
|||
Loading…
Reference in New Issue