diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html
index b6990c8..c172d01 100644
--- a/musician/templates/musician/base.html
+++ b/musician/templates/musician/base.html
@@ -11,7 +11,7 @@
{% endblock %}
-
{% block title %}{% if name %}{{ name }} – {% endif %}ICO monitoring{% endblock %}
+ {% block title %}{% if name %}{{ name }} – {% endif %}Django musician{% endblock %}
{% block style %}
{% block bootstrap_theme %}
@@ -30,71 +30,33 @@
{% block body %}
-
- {% block navbar %}
-
- {% endblock %}
-