add favicon and breadcumbs

This commit is contained in:
Aleksandr Trushkin
2024-01-11 11:55:37 +03:00
parent 5fd0861e2d
commit 067c63baa8
15 changed files with 141 additions and 16 deletions

View File

@ -322,7 +322,7 @@ func (r *ydbCourseRepository) ListCourseThematics(
learningTypeValue := types.TextValue(params.LearningTypeID)
d := queryTemplateDeclaration{
Name: "course_thematic",
Name: "learning_type",
Type: learningTypeValue.Type().String(),
}
qtParams.Declares = append(qtParams.Declares, d)