From db4bd2332905503d2e49bfd7b7f8780a58f443e6 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 21 Jul 2017 14:47:11 -0300 Subject: [PATCH] Bulletin reports --- topics/templates/resources/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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