]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix view thread page title
authorrubenwardy <rw@rubenwardy.com>
Fri, 10 Jul 2020 18:46:23 +0000 (19:46 +0100)
committerrubenwardy <rw@rubenwardy.com>
Fri, 10 Jul 2020 18:46:23 +0000 (19:46 +0100)
app/templates/threads/view.html

index b10d1e1d20649d82c7b4d91c9bfd595c15fc6067..ef53d1f526b408e48e6a8ccdf5fa4f89e776f033 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block title %}
-Threads
+{{ thread.title }} - {{ _("Threads") }}
 {% endblock %}
 
 {% block content %}