diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html
index 2123b5e..c1f3030 100644
--- a/dashboard/templates/base.html
+++ b/dashboard/templates/base.html
@@ -81,7 +81,7 @@
-
+
{% if user.is_admin %}
{% with is_path=request.path|startswith:'/admin' %}
-
@@ -168,11 +168,11 @@
{% with is_path=request.path|startswith:'/evidence,/device/add' %}
-
-
+
{% trans 'Evidences' %}
-
- {% block content %}
- {% endblock content %}
+
+ {% block actions %}
+ {% endblock %}
+
+
+ {% block content %}
+ {% endblock content %}
+