-
-
+
+
-
{{ item.get_kind_display }}
{{ item.get_visibility_display }}
@@ -24,7 +24,7 @@
{% endif %}
+
{% if item.kind == 'todo' %}{% endif %}
{% if request.resolver_match.url_name == 'item_detail' %}
✎
diff --git a/core/templates/core/base.html b/core/templates/core/base.html
index d8f6fa4..1a2fcb2 100644
--- a/core/templates/core/base.html
+++ b/core/templates/core/base.html
@@ -5,22 +5,29 @@
my2dos
+
+
+
+
+
+
+
-
+
{% for message in messages %}{% endfor %}{% block content %}{% endblock %}