feat: hooks for profile mandatory fields

This commit is contained in:
Jannat Patel
2021-12-20 14:18:10 +05:30
parent fbc6187062
commit f8b0d9b180

View File

@@ -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",