Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit 8244995

Browse files
committed
topic.html: Title
1 parent e8bf923 commit 8244995

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inyoka_theme_default/templates/forum/topic.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
{% endblock %}
3535

3636
{% block sidebar %}
37+
{{ super() }}
3738

3839
{% if USER.is_authenticated() %}
3940
{% call macros.sidebar() %}
@@ -84,6 +85,7 @@
8485
{% block content %}
8586
{% set rendered_pagination = macros.render_pagination(pagination) %}
8687

88+
<h1>{{ topic.title|e }}</h1>
8789
{{ rendered_pagination }}
8890
{% for post in posts %}
8991
<div class="forum-post {% if post.hidden %}forum-post-muted{% endif %}" id="post-{{ post.id }}">

0 commit comments

Comments
 (0)