Fix path in templates/register.php
This commit is contained in:
parent
6ac8394aab
commit
9107c48a9a
|
|
@ -6,7 +6,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('core_registration_send_email')) ?>" method="post">
|
<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.validateEmail')) ?>" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<ul class="error">
|
<ul class="error">
|
||||||
<li><?php print_unescaped($_['errormsg']); ?></li>
|
<li><?php print_unescaped($_['errormsg']); ?></li>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('core_registration_send_email')) ?>" method="post">
|
<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.validateEmail')) ?>" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<?php if (!empty($_['errormsg'])): ?>
|
<?php if (!empty($_['errormsg'])): ?>
|
||||||
<ul class="error">
|
<ul class="error">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue