diff --git a/src/posts/templates/posts/detail.html b/src/posts/templates/posts/detail.html index 8e2a4d1..00951ac 100644 --- a/src/posts/templates/posts/detail.html +++ b/src/posts/templates/posts/detail.html @@ -6,7 +6,7 @@ {% endblock scripts %} -{% block title %}{{obj.title}} detail{% endblock %} +{% block title %}{{obj.title}}{% endblock %} {% block content %} diff --git a/src/posts/templates/posts/main.html b/src/posts/templates/posts/main.html index 4f3360c..fd6ff41 100644 --- a/src/posts/templates/posts/main.html +++ b/src/posts/templates/posts/main.html @@ -7,7 +7,7 @@ {% endblock scripts %} {% block title %} -posts +Posts {% endblock title %} {% block content %}