Frontend popravek zakljucka div-a pri oknu za registracijo v2
This commit is contained in:
parent
166ba31316
commit
1db875d2a2
@ -675,8 +675,6 @@ class DisplayController{
|
|||||||
if(AppSettings::getInstance()->getSetting('google-secret_captcha') !== false && AppSettings::getInstance()->getSetting('google-recaptcha_sitekey') !== false)
|
if(AppSettings::getInstance()->getSetting('google-secret_captcha') !== false && AppSettings::getInstance()->getSetting('google-recaptcha_sitekey') !== false)
|
||||||
echo ' <div class="g-recaptcha" data-sitekey="'.AppSettings::getInstance()->getSetting('google-recaptcha_sitekey').'" '.(isset($_GET['invalid_recaptcha']) ? ' style="border:1px red solid"' : '').'></div>';
|
echo ' <div class="g-recaptcha" data-sitekey="'.AppSettings::getInstance()->getSetting('google-recaptcha_sitekey').'" '.(isset($_GET['invalid_recaptcha']) ? ' style="border:1px red solid"' : '').'></div>';
|
||||||
|
|
||||||
|
|
||||||
echo ' </div>';
|
|
||||||
|
|
||||||
// Error text
|
// Error text
|
||||||
if(!empty($error)){
|
if(!empty($error)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user