diff --git a/core/templates/core/_item.html b/core/templates/core/_item.html
index f267785..978f9fe 100644
--- a/core/templates/core/_item.html
+++ b/core/templates/core/_item.html
@@ -25,13 +25,14 @@
{% endif %}
- {% if item.kind == 'todo' %}
{% endif %}
+ {% if item.kind == 'todo' %}
{% endif %}
{% if request.resolver_match.url_name == 'item_detail' %}
-
✎
+
✎ {% trans "Edit" %}
{% else %}
-
+
✎ {% trans "Edit" %}
+
{% endif %}
-
+
diff --git a/core/templates/core/base.html b/core/templates/core/base.html
index cb00f6d..217888b 100644
--- a/core/templates/core/base.html
+++ b/core/templates/core/base.html
@@ -17,12 +17,13 @@
-
+
{% for message in messages %}{{ message }}
{% endfor %}{% block content %}{% endblock %}
+{% if user.is_authenticated %}{% endif %}