center captcha in template
This commit is contained in:
		| @@ -19,7 +19,7 @@ | |||||||
|             <input type="password" name="password" id="password" placeholder="password" required> |             <input type="password" name="password" id="password" placeholder="password" required> | ||||||
|             <p>password must be at least 8 characters long<p> |             <p>password must be at least 8 characters long<p> | ||||||
|             <br> |             <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> |             <p> | ||||||
|             <label for="captcha answer">captcha answer</label> |             <label for="captcha answer">captcha answer</label> | ||||||
|             <input type="text" name="captchaa" id="captchaa" placeholder="captcha answer" required> |             <input type="text" name="captchaa" id="captchaa" placeholder="captcha answer" required> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user