Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix captcha
  • Loading branch information
posativ committed Oct 14, 2012
1 parent 671d7ad commit 80e44fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/minimal/misc.py
Expand Up @@ -3,6 +3,6 @@

from werkzeug import Response

def captcha_html(environ, request, version):
def captcha_html(app, environ, request, version):
return Response('<img src="http://posativ.org/scratch.png" \
width="298px" height="130" style="overflow-x: scroll; overflow-y: hidden;" />', content_type="text/html")

0 comments on commit 80e44fe

Please sign in to comment.