Fixed displaying errors in registration page
This commit is contained in:
parent
323138bd98
commit
1bbba5de3c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Assets::setSubTitle('registration form');
|
||||
?>
|
||||
|
||||
<?php if (isset($this->context->transport->message)): ?>
|
||||
<?php if (isset($this->context->transport->message) and $this->context->transport->success): ?>
|
||||
<?php \Chibi\View::render('message', $this->context) ?>
|
||||
<?php else: ?>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue