diff --git a/school/hooks.py b/school/hooks.py index e3b2b351..d0180537 100644 --- a/school/hooks.py +++ b/school/hooks.py @@ -171,6 +171,25 @@ jinja = { # "school.plugins.LiveCodeExtension" #] +profile_mandatory_fields = [ + "last_name", + "user_image", + "bio", + "linkedin", + "education", + "work_experience", + "skill", + "preferred_functions", + "preferred_industries", + "dream_companies", + "attire", + "collaboration", + "role", + "location_preference", + "time", + "company_type" +] + ## Markdown Macros for Lessons school_markdown_macro_renderers = { "Exercise": "school.plugins.exercise_renderer",