diff --git a/frontend/views/accounts/_vacancy_form.php b/frontend/views/accounts/_vacancy_form.php
index 8e54aa4..e9d17c0 100644
--- a/frontend/views/accounts/_vacancy_form.php
+++ b/frontend/views/accounts/_vacancy_form.php
@@ -17,19 +17,42 @@
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
= $this->title ?>
-
+Редактирование:
-= $form->field($vacancy, 'name')
- ->textInput() ?>
+
+
+
+
+
+
+
-= $form->field($vacancy, 'link')
- ->textInput() ?>
+
+
-= $form->field($vacancy, 'employmentInput')
- ->checkboxList($employment) ?>
+
-= FieldEditor::widget (
- [
- 'template' => 'requirements', 'item_id' => $vacancy->vacancy_id, 'model' => 'common\models\Vacancy', 'language' => 'ru',
- ]
-); ?>