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
32f2e108
Commit
32f2e108
authored
Feb 20, 2018
by
Robin Sonnabend
Browse files
Fix appointments ical feed name
parent
2fc5c363
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
32f2e108
...
...
@@ -1422,7 +1422,7 @@ def feed_appointments_atom(protocoltype):
@
app
.
route
(
"/feed/appointments/ical/<int:protocoltype_id>"
)
@
db_lookup
(
ProtocolType
)
def
feed_appoint
s
ments_ical
(
protocoltype
):
def
feed_appointments_ical
(
protocoltype
):
if
not
protocoltype
.
has_public_anonymous_view_right
():
abort
(
403
)
protocols
=
[
protocol
...
...
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