Fix view thread page title

This commit is contained in:
rubenwardy
2020-07-10 19:46:23 +01:00
parent d91f537bdd
commit 94e91e33b8

View File

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