~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to mainpage/forms.py

  • Committer: Holger Rapp
  • Date: 2009-03-15 20:19:52 UTC
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: sirver@kallisto.local-20090315201952-eaug9ff2ec8qx1au
Fixed a bug with broken notification support

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# encoding: utf-8
3
3
 
4
4
from registration.forms import RegistrationForm
5
 
from wlrecaptcha.forms import RecaptchaForm, \
6
 
    RecaptchaFieldPlaceholder, RecaptchaWidget
 
5
from wlrecaptcha.forms import RecaptchaForm, RecaptchaFieldPlaceholder, RecaptchaWidget
7
6
 
8
7
class RegistrationWithCaptchaForm(RegistrationForm,RecaptchaForm):
9
8
    captcha = RecaptchaFieldPlaceholder(widget=RecaptchaWidget(theme="white"),