diff --git a/core/templates/index.html b/core/templates/index.html
index acbb596..31a68d2 100644
--- a/core/templates/index.html
+++ b/core/templates/index.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% load joinsep %}
-{% block outer_content %}
+{% block content %}
-
+
-
+
{% endblock %}
diff --git a/core/templates/partials/profit-list.html b/core/templates/partials/profit-list.html
index 6768123..7e5aab9 100644
--- a/core/templates/partials/profit-list.html
+++ b/core/templates/partials/profit-list.html
@@ -15,10 +15,10 @@
currency |
{% for item in object_list %}
-
+
{{ item.account.id }} |
{{ item.account.name }} |
{{ item.pl }} |
diff --git a/core/templates/wm/widget.html b/core/templates/wm/widget.html
index c0c87a6..2dfac60 100644
--- a/core/templates/wm/widget.html
+++ b/core/templates/wm/widget.html
@@ -1,5 +1,5 @@