diff --git a/templates/register.html b/templates/register.html
index 52d4393..9fa14e9 100644
--- a/templates/register.html
+++ b/templates/register.html
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
-{% block title %}Вход{% endblock %}
+{% block title %}Регистрация{% endblock %}
{% block scripts %}
var data = {
diff --git a/templates/set_username.html b/templates/set_username.html
index beeb099..307d00f 100644
--- a/templates/set_username.html
+++ b/templates/set_username.html
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
-{% block title %}Вход{% endblock %}
+{% block title %}Регистрация{% endblock %}
{% block scripts %}
var data = {
diff --git a/templates/sets.html b/templates/sets.html
index 0cf3701..933c636 100644
--- a/templates/sets.html
+++ b/templates/sets.html
@@ -1,6 +1,6 @@
{% extends 'layouts/base.html' %}
-{% block title %}сеты{% endblock %}
+{% block title %}Сеты{% endblock %}
{% block content %}
diff --git a/templates/solution.html b/templates/solution.html
index 269d073..e4fa6cb 100644
--- a/templates/solution.html
+++ b/templates/solution.html
@@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %}
+{% block title %}{{ solution.id }}{% endblock %}
+
{% load filters %}
{% block javascripts %}
diff --git a/templates/solutions.html b/templates/solutions.html
index 6a11266..b394560 100644
--- a/templates/solutions.html
+++ b/templates/solutions.html
@@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %}
+{% block title %}Решения{% endblock %}
+
{% block javascripts %}