center captcha in template
This commit is contained in:
parent
4e764e104a
commit
d45dad4540
@ -19,7 +19,7 @@
|
||||
<input type="password" name="password" id="password" placeholder="password" required>
|
||||
<p>password must be at least 8 characters long<p>
|
||||
<br>
|
||||
<img src=/account/register/captcha_img/{{ imgsrc }} alt="{{ captchahash }}" style="width:200">
|
||||
<img src=/account/register/captcha_img/{{ imgsrc }} alt="{{ captchahash }}" style="width:200;margin:auto;">
|
||||
<p>
|
||||
<label for="captcha answer">captcha answer</label>
|
||||
<input type="text" name="captchaa" id="captchaa" placeholder="captcha answer" required>
|
||||
|
Loading…
Reference in New Issue
Block a user