Ignore:
Timestamp:
Mar 9, 2010 6:06:24 PM (14 years ago)
Author:
liebster
Message:

Changed the location of the captcha image on the forms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/browser/widget.py

    r871 r1861  
    2121            kwargs['maxlength'] = self.displayMaxWidth # TODO This is untested. 
    2222 
    23         return u"""<div class="captchaImage">%s</div>%s""" % \ 
    24             (captcha.image_tag(), renderElement(self.tag, **kwargs)) 
     23        return u"""%s%s""" % \ 
     24            (renderElement(self.tag, **kwargs), captcha.image_tag()) 
    2525 
    2626    def _toFieldValue(self, input): 
Note: See TracChangeset for help on using the changeset viewer.