Skip to content
Snippets Groups Projects
Commit 3a545ec1 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Mark private parts in the public protocol

/close #78
parent 9129f4b0
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,8 @@ class Fork(Element):
if show_private:
return content_lines
else:
return ""
# todo: bessere Formulierung finden
return "An dieser Stelle fand eine interne Diskussion statt."
else:
return "\n".join([name_line, begin_line, content_lines, end_line])
elif render_type == RenderType.wikitext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment