Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
registration
Commits
913f204c588f
Commit
46540b3c
authored
Oct 21, 2010
by
Sylvain Thénault
Browse files
drop 3.10 deprecation warning
--HG-- branch : stable
parent
4ec8b826e028
Changes
1
Hide whitespace changes
Inline
Side-by-side
views.py
View file @
913f204c
...
...
@@ -54,7 +54,7 @@ class RegistrationFormView(form.FormViewMixIn, StartupView):
def
call
(
self
):
form
=
self
.
_cw
.
vreg
[
'forms'
].
select
(
'registration'
,
self
.
_cw
)
self
.
w
(
form
.
render
(
display_progress_div
=
False
)
)
form
.
render
(
w
=
self
.
w
,
display_progress_div
=
False
)
class
RegistrationSendMailController
(
controller
.
Controller
):
__regid__
=
'registration_sendmail'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment