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

Commit a0da6a3

Browse files
committed
can_moderate is a bool (not a method)
1 parent 5a4f629 commit a0da6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inyoka_theme_default/templates/forum/topiclist-ul-body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ul>
2-
{% for topic in topics if (not topic.hidden or can_moderate(topic)) %}
2+
{% for topic in topics if (not topic.hidden or can_moderate) %}
33
<li class="forum-topic-list-item {% if show_forum %}with-forum{% endif %}">
44
<div class="row">
55
<a href="{{ topic|url }}" class="forum-topic-list-link">

0 commit comments

Comments
 (0)