Skip to content
Snippets Groups Projects
Commit fb9410f1 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Fix aligning of recaptcha in account form.

parent 8a9d8fe7
No related merge requests found
......@@ -10,7 +10,13 @@
<form method="post" name="accountForm" id="accountForm" class="form-horizontal" data-toggle="validator" role="form">
<?=$this->auth()->getCreateFields()?>
<?=$this->recaptcha()->html($this->useRecaptcha) ?>
<? if ($this->useRecaptcha): ?>
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<?=$this->recaptcha()->html($this->useRecaptcha) ?>
</div>
</div>
<? endif; ?>
<div class="form-group">
<div class="col-sm-3">
<a class="back-to-login btn btn-link" href="<?=$this->url('myresearch-userlogin') ?>"><i class="fa fa-chevron-left"></i> <?=$this->transEsc('Back')?></a>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment