added bolding on register and login error message

main
Julian Lam 9 years ago
parent f61e522e7e
commit fbe1d5a19a

@ -6,7 +6,7 @@
<div class="well well-lg">
<div class="alert alert-danger" id="login-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->>
<button type="button" class="close" data-dismiss="alert">&times;</button>
[[login:failed_login_attempt]]
<strong>[[login:failed_login_attempt]]</strong>
<p>{error}</p>
</div>

@ -4,7 +4,7 @@
<div class="{register_window:spansize}">
<div class="well well-lg">
<div class="alert alert-danger<!-- IF !error --> hidden<!-- ENDIF !error -->" id="register-error-notify" >
[[error:registration-error]]
<strong>[[error:registration-error]]</strong>
<p>{error}</p>
</div>
<form component="register/local" class="form-horizontal" role="form" action="{config.relative_path}/register" method="post">

Loading…
Cancel
Save