Adding class `captcha_image` on the `<img>` captcha tag (see #160)

This commit is contained in:
Gregwar 2016-09-21 10:36:29 +02:00
parent f95a951b26
commit f6c45045f0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
-
{% else %}
{% spaceless %}
<img id="{{ image_id }}" src="{{ captcha_code }}" alt="" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
<img class="captcha_image" id="{{ image_id }}" src="{{ captcha_code }}" alt="" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
{% if reload %}
<script type="text/javascript">
function reload_{{ image_id }}() {