diff --git a/templates/group.html b/templates/group.html index 97448fa..45b1fcd 100644 --- a/templates/group.html +++ b/templates/group.html @@ -1,5 +1,7 @@ {% extends 'layouts/base.html' %} +{% block title %}{{ group.name }}{% endblock %} + {% block content %}
diff --git a/templates/layouts/base.html b/templates/layouts/base.html index 2f6d4ae..dc0e639 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -23,7 +23,7 @@ - Django Volt Dashboard - {% block title %}{% endblock %} | AppSeed + Sprint - {% block title %}{% endblock %} diff --git a/templates/rating.html b/templates/rating.html index c06d62c..a15112f 100644 --- a/templates/rating.html +++ b/templates/rating.html @@ -1,5 +1,7 @@ {% extends 'layouts/base.html' %} +{% block title %}Рейтинг{% endblock %} + {% block content %}
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 %}