Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
9c7cc717bb17
Commit
aafa9314
authored
Apr 09, 2009
by
sylvain.thenault@logilab.fr
Browse files
fix error class
--HG-- branch : tls-sprint
parent
c050f9f8672e
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/formwidgets.py
View file @
9c7cc717
...
...
@@ -74,7 +74,7 @@ class PasswordInput(Input):
id
=
attrs
.
pop
(
'id'
)
try
:
confirmname
=
'%s-confirm:%s'
%
tuple
(
name
.
rsplit
(
':'
,
1
))
except
Valu
eError
:
except
Typ
eError
:
confirmname
=
'%s-confirm'
%
name
inputs
=
[
tags
.
input
(
name
=
name
,
value
=
values
[
0
],
type
=
self
.
type
,
id
=
id
,
**
attrs
),
'<br/>'
,
...
...
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