Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c45f27d9
authored
Jul 31, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tambah Transaltion
1 parent
debce260
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
opensipkd/base/views/__init__.py
opensipkd/base/views/__init__.py
View file @
c45f27d
import
logging
from
translationstring
import
TranslationStringFactory
import
colander
from
pyramid.httpexceptions
import
(
HTTPFound
,
HTTPForbidden
,
HTTPNotFound
,
HTTPInternalServerError
,
...
...
@@ -16,6 +18,7 @@ from .common import ColumnDT, DataTables
from
opensipkd.tools
import
mem_tmp_store
from
deform
import
(
Form
,
ValidationFailure
,
widget
,
Button
,
FileData
)
_
=
TranslationStringFactory
(
'user'
)
one_hour
=
timedelta
(
1.0
/
24
)
two_minutes
=
timedelta
(
1.0
/
24
/
60
)
...
...
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