Fixing captcha url (broken in #128, see also #129)

This commit is contained in:
Gregwar
2015-05-25 11:41:13 +02:00
parent 4aba359e71
commit 448b812f65
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
-
{% else %}
{% spaceless %}
<img id="{{ image_id }}" src="{{ captcha_code }}?n={{ 'now'|date('U') }}" alt="" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
<img 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 }}() {