diff options
-rw-r--r-- | app/templates/threads/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html index b10d1e1..ef53d1f 100644 --- a/app/templates/threads/view.html +++ b/app/templates/threads/view.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} -Threads +{{ thread.title }} - {{ _("Threads") }} {% endblock %} {% block content %} |