From d9e8f1b79d169f93c0df675ebf8d1a6078061e72 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 05 2018 11:55:11 +0000 Subject: add link to fedocal claendar on team hub fixes#521 --- diff --git a/hubs/widgets/meetings/templates/root.html b/hubs/widgets/meetings/templates/root.html index ea10b92..69fa264 100644 --- a/hubs/widgets/meetings/templates/root.html +++ b/hubs/widgets/meetings/templates/root.html @@ -49,17 +49,10 @@ {% endif %} - - {% else %} -
-
- No coming meetings in {{ calendar }}. -
-
-

- -

{% endfor %} + {% if hub_type == 'team' %} + + View calendar on Fedocal + + {% endif %} {% endif %}