Add visibility management

This commit is contained in:
Gregory Soutade
2016-06-14 11:09:11 +02:00
parent 38be8017a0
commit 72c3a97ffa
12 changed files with 140 additions and 68 deletions

View File

@@ -12,4 +12,7 @@
<div class="summary">{{ note.long_summary }}</div>
</div>
{% endfor %}
{% if notes|length == 0 %}
<b>Any note</b>
{% endif %}
{% endblock %}