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
itminedu
synnefo
Commits
4b05cdfd
Commit
4b05cdfd
authored
Sep 25, 2012
by
Sofia Papagiannaki
Browse files
merge with 0.6.4
parent
d9dbe7b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/forms.py
View file @
4b05cdfd
...
...
@@ -614,4 +614,4 @@ class TimelineForm(forms.Form):
d
[
'start_date'
]
=
d
[
'start_date'
].
strftime
(
"%Y-%m-%dT%H:%M:%S.%f"
)
if
'end_date'
in
d
:
d
[
'end_date'
]
=
d
[
'end_date'
].
strftime
(
"%%Y-%m-%dT%H:%M:%S.%f"
)
return
d
\ No newline at end of file
return
d
snf-astakos-app/astakos/im/functions.py
View file @
4b05cdfd
...
...
@@ -51,8 +51,7 @@ from datetime import datetime
from
functools
import
wraps
from
astakos.im.settings
import
(
DEFAULT_CONTACT_EMAIL
,
SITENAME
,
BASEURL
,
LOGGING_LEVEL
)
LOGGING_LEVEL
)
from
astakos.im.models
import
AstakosUser
logger
=
logging
.
getLogger
(
__name__
)
...
...
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