diff --git a/topics/templates/resources/list.html b/topics/templates/resources/list.html index 28d1e15..1b851f7 100644 --- a/topics/templates/resources/list.html +++ b/topics/templates/resources/list.html @@ -44,6 +44,9 @@ {% if resource|class_name == 'pdffile' %}
  • {% trans 'Reports' %}
  • {% endif %} + {% if resource|class_name == 'webconference' %} +
  • {% trans 'Reports' %}
  • + {% endif %} {% if resource|class_name == 'goals' %}
  • {% trans 'Reports' %}
  • {% endif %} -- libgit2 0.21.2