mirror of
https://github.com/ae-utbm/sith.git
synced 2026-02-11 18:08:21 +00:00
forum: use pure jinja for search bar
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if topic %}
|
||||
{{ display_search_bar() }}
|
||||
{{ display_search_bar(request) }}
|
||||
<p>
|
||||
<a href="{{ url('forum:main') }}">{% trans %}Forum{% endtrans %}</a>
|
||||
{% for f in topic.forum.get_parent_list() %}
|
||||
|
||||
Reference in New Issue
Block a user