From 7ac9e6f181d1c76ecce484fdfd039efb5149c01b Mon Sep 17 00:00:00 2001 From: JessePinkman Date: Sat, 6 Apr 2024 04:35:59 -0400 Subject: [PATCH] Addendum to previous commit --- src/posts/templates/posts/detail.html | 2 +- src/posts/templates/posts/main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}