fixes#521
Yeah, that'll work, but FYI you also have access to widget_instance in the template context, so you could have used {{ widget_instance.hub.config.get("calendar") }}. (which, I think, is clearer that relying on the fact that the first item in the calendars list is the one coming from the hub config).
widget_instance
{{ widget_instance.hub.config.get("calendar") }}
calendars
But I won't block the review just for that :-) :+1:
Pull-Request has been merged by abompard
fixes#521