@@ -7,8 +7,8 @@ <h3 class="auth__title">
77 Добро пожаловать, {{ profile.firstName }} {{ profile.lastName }}! ✌️
88 </ h3 >
99 < p class ="auth__info ">
10- Пожалуйста, заполни уточняющие данные о себе, чтобы мы знали, какие команды тебе подойдут
11- лучше всего, и чтобы сами команды могли тебя найти
10+ Заполни уточняющие данные о себе, которые помогут сформировать сильное резюме и будут отражать
11+ твой опыт.
1212 </ p >
1313 </ div >
1414 < form [formGroup] ="stageForm " class ="page__form " (ngSubmit) ="onSubmit() ">
@@ -100,22 +100,6 @@ <h3 class="auth__title">
100100 </ div >
101101 }
102102 </ fieldset >
103- } @if (stageForm.get("description"); as description) {
104- < fieldset class ="page__field ">
105- < label for ="description " class ="field-label "> Краткое описане</ label >
106- < app-input
107- id ="description "
108- [error] ="description | controlError "
109- type ="text "
110- placeholder ="Востоковедение и Африканистика "
111- formControlName ="description "
112- > </ app-input >
113- @if (description | controlError: "required") {
114- < div class ="text-body-14 error ">
115- {{ errorMessage.VALIDATION_REQUIRED }}
116- </ div >
117- }
118- </ fieldset >
119103 } @if (stageForm.get("educationLevel"); as educationLevel) {
120104 < fieldset >
121105 < label for ="educationLevel " class ="field-label "> Уровень образования</ label >
@@ -148,6 +132,22 @@ <h3 class="auth__title">
148132 </ div >
149133 }
150134 </ fieldset >
135+ } @if (stageForm.get("description"); as description) {
136+ < fieldset class ="page__field ">
137+ < label for ="description " class ="field-label "> Краткое описание</ label >
138+ < app-input
139+ id ="description "
140+ [error] ="description | controlError "
141+ type ="text "
142+ placeholder ="Бизнес информатика "
143+ formControlName ="description "
144+ > </ app-input >
145+ @if (description | controlError: "required") {
146+ < div class ="text-body-14 error ">
147+ {{ errorMessage.VALIDATION_REQUIRED }}
148+ </ div >
149+ }
150+ </ fieldset >
151151 }
152152 </ div >
153153
0 commit comments