@@ -33,7 +33,8 @@ discard block |
||
33 | 33 | The registration was already finished in the past. |
34 | 34 | </p> |
35 | 35 | <?php |
36 | - else : ?> |
|
36 | + else { |
|
37 | + : ?> |
|
37 | 38 | <h2>Registration Failed</h2> |
38 | 39 | <p> |
39 | 40 | The registration wasn't confirmed. Please check that: |
@@ -46,6 +47,8 @@ discard block |
||
46 | 47 | the registration was made within the last 24 hours |
47 | 48 | </li> |
48 | 49 | </ul> |
49 | - <?php endif; ?> |
|
50 | + <?php endif; |
|
51 | + } |
|
52 | + ?> |
|
50 | 53 | </div> |
51 | 54 | </div> |
@@ -36,7 +36,7 @@ |
||
36 | 36 | ?> |
37 | 37 | </div> |
38 | 38 | <div class="form-group form-inline mb"> |
39 | - <?= $this->Form->control( 'avatar', ['label' => false, 'type' => 'file', 'required' => false]) ?> |
|
39 | + <?= $this->Form->control('avatar', ['label' => false, 'type' => 'file', 'required' => false]) ?> |
|
40 | 40 | <?php |
41 | 41 | echo $this->Form->button( |
42 | 42 | __('gn.btn.save.t'), |