Commit d772a6047f7b8bbb4567f29602d6f73a95447be4

Authored by Administrator
1 parent c7dc4dbd

28.03.16

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
frontend/views/accounts/participant-edit.php
... ... @@ -16,15 +16,15 @@
16 16 <div class="login-left-column-title"><?= $this->title ?></div>
17 17 <div>
18 18 <p>Редактировать информацию о себе:</p>
19   - <?php
20   - if($model->status != 1) {
21   - ?>
  19 +<!-- --><?php
  20 +// if($model->status != 1) {
  21 +// ?>
22 22 <div class="alert alert-info" role="alert">
23 23 <strong>Внимание:</strong> данным действием Вы подтверждаете свое участие в проекте.
24 24 </div>
25   - <?php
26   - }
27   - ?>
  25 +<!-- --><?php
  26 +// }
  27 +// ?>
28 28 <div>
29 29 <?php
30 30 $form = ActiveForm::begin();
... ...