diff --git a/topics/templates/resources/list.html b/topics/templates/resources/list.html
index e9c88a3..9e05cf2 100644
--- a/topics/templates/resources/list.html
+++ b/topics/templates/resources/list.html
@@ -45,7 +45,9 @@
{% trans 'Reports' %}
{% elif resource|class_name == 'webconference' %}
{% trans 'Reports' %}
- {% endif %}
+ {% elif resource|class_name == 'bulletin' %}
+ {% trans 'Reports' %}
+ {% endif %}
{% trans 'Remove' %}
--
libgit2 0.21.2