Diverse Code Cleanups
*Code wurde PEP-8 gerecht formatiert * Kleine Fehler die der PyCharm Inspector beanstandet wurden korrigiert
This commit is contained in:
committed by
Christian Berg
parent
f34281089d
commit
86a0db050d
@@ -1,8 +1,8 @@
|
||||
'''
|
||||
"""
|
||||
Created on 08.05.2011
|
||||
|
||||
@author: christian
|
||||
'''
|
||||
"""
|
||||
from django.conf import settings
|
||||
from django.forms import widgets
|
||||
from django.forms.util import flatatt
|
||||
@@ -119,9 +119,9 @@ class RangeInput(widgets.TextInput):
|
||||
|
||||
|
||||
class ReCaptchaInput(widgets.Widget):
|
||||
'''
|
||||
"""
|
||||
Der HTML Code von Googles ReCaptcha als Form Widget
|
||||
'''
|
||||
"""
|
||||
recaptcha_challenge_name = 'recaptcha_challenge_field'
|
||||
recaptcha_response_name = 'recaptcha_response_field'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user