forum: display search bar on every forum pages

This commit is contained in:
2018-12-05 18:18:24 +01:00
committed by Skia
parent 404b825de4
commit 525b047b4f
5 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{% extends "core/base.jinja" %}
{% from 'core/macros.jinja' import user_profile_link %}
{% from 'forum/macros.jinja' import display_message %}
{% from 'forum/macros.jinja' import display_message, display_search_bar %}
{% block title %}
{{ topic }}
@@ -27,6 +27,7 @@
{% block content %}
<p>
{{ display_search_bar() }}
<a href="{{ url('forum:main') }}">{% trans %}Forum{% endtrans %}</a>
{% for f in topic.forum.get_parent_list()|reverse %}
> <a href="{{ f.get_absolute_url() }}">{{ f }}</a>