Add public notes access
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block left %}
|
||||
{% if authenticated %}
|
||||
<a href="/note/add">Add a note</a>
|
||||
{% endif %}
|
||||
<div id="categories">
|
||||
{% for meta_note in notes_by_category %}
|
||||
<div class="category" category_id="{{ meta_note.category_id }}">
|
||||
@@ -46,10 +43,6 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if notes_by_category|length == 0 %}
|
||||
<b>Any note</b>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user