Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
85470f2a
Commit
85470f2a
authored
Mar 02, 2017
by
Robin Sonnabend
Browse files
Actually show the latest and not the newest protocol on the index page
parent
c160a9d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
85470f2a
...
...
@@ -120,7 +120,8 @@ def index():
and
(
protocol
.
has_public_view_right
(
user
)
or
protocol
.
has_private_view_right
(
user
))
],
key
=
_protocol_sort_key
key
=
_protocol_sort_key
,
reverse
=
True
)
protocol
=
finished_protocols
[
0
]
if
len
(
finished_protocols
)
>
0
else
None
todos
=
None
...
...
Write
Preview
Supports
Markdown
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