diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:46:23 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:46:23 +0100 |
commit | 94e91e33b829653cbdf95e410f4e544a35f45dfb (patch) | |
tree | a49120f3b326c233c4b3c8bc6017e670cf0994a5 | |
parent | d91f537bdd4915448a189b238051905975324d71 (diff) | |
download | cheatdb-94e91e33b829653cbdf95e410f4e544a35f45dfb.tar.xz |
Fix view thread page title
-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 %} |