center captcha in template

This commit is contained in:
fram3d 2023-09-03 10:33:22 +02:00
parent 4e764e104a
commit d45dad4540
Signed by: fram3d
GPG Key ID: 938920E709EEA32A

View File

@ -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>