Skip to content
Snippets Groups Projects
Commit 08920510 authored by Administrator's avatar Administrator
Browse files

Distinguish between unpublished and inaccessible

/close #79
parent 57b4ae79
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,11 @@ ...@@ -89,7 +89,11 @@
</li> </li>
{% endfor %} {% endfor %}
{% else %} {% else %}
{% if protocol.public %}
<li>Protokoll und Beschlüsse sind in einem eingeschränkten Netzwerk sichtbar.</li> <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 %} {% endif %}
{% else %} {% else %}
<li>Keine Beschlüsse</li> <li>Keine Beschlüsse</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment