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
08920510
Commit
08920510
authored
Mar 22, 2017
by
Administrator
Browse files
Distinguish between unpublished and inaccessible
/close
#79
parent
57b4ae79
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/protocol-show.html
View file @
08920510
...
...
@@ -89,7 +89,11 @@
</li>
{% endfor %}
{% else %}
{% if protocol.public %}
<li>
Protokoll und Beschlüsse sind in einem eingeschränkten Netzwerk sichtbar.
</li>
{% else %}
<li>
Das Protokoll ist noch nicht veröffentlicht.
</li>
{% endif %}
{% endif %}
{% else %}
<li>
Keine Beschlüsse
</li>
...
...
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