aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-10 19:46:23 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-10 19:46:23 +0100
commit94e91e33b829653cbdf95e410f4e544a35f45dfb (patch)
treea49120f3b326c233c4b3c8bc6017e670cf0994a5
parentd91f537bdd4915448a189b238051905975324d71 (diff)
downloadcheatdb-94e91e33b829653cbdf95e410f4e544a35f45dfb.tar.xz
Fix view thread page title
-rw-r--r--app/templates/threads/view.html2
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 %}