Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6b94d262
authored
Jun 12, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update error di form_validator
1 parent
2d392b61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
opensipkd/base/views/base_views.py
opensipkd/base/views/base_views.py
View file @
6b94d26
...
@@ -346,8 +346,11 @@ class BaseView(object):
...
@@ -346,8 +346,11 @@ class BaseView(object):
except
Exception
as
e
:
except
Exception
as
e
:
msg
=
f
"Error cleaning HTML for key {k}: {e}"
msg
=
f
"Error cleaning HTML for key {k}: {e}"
log
.
error
(
msg
)
log
.
error
(
msg
)
exc
[
k
]
=
msg
try
:
value
[
k
]
=
v
exc
[
k
]
=
msg
value
[
k
]
=
v
except
:
pass
# raise exc from e
# raise exc from e
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment