Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
octomon
Commits
8f77abae
Unverified
Commit
8f77abae
authored
Jun 02, 2019
by
Marco Marinello
Browse files
Add even the appen for school in search
parent
8c0bab5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
schools/views.py
View file @
8f77abae
...
...
@@ -397,6 +397,7 @@ def get_schools_activities_json(request, id=None):
row
=
[]
row
.
append
(
"%s"
%
activity
.
timestamp
.
strftime
(
'%d/%m/%Y %H:%M:%S'
))
row
.
append
(
"%s"
%
activity
.
end_timestamp
.
strftime
(
'%d/%m/%Y %H:%M:%S'
))
row
.
append
(
"%s"
%
activity
.
school
)
row
.
append
(
"%s"
%
activity
.
user
)
row
.
append
(
"%s"
%
activity
.
description
)
if
request
.
user
.
has_perm
(
'schools.change_activity'
):
...
...
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