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