diff --git a/templates/WidgetAreaEditor.ss b/templates/WidgetAreaEditor.ss index f36dad23..c124d913 100644 --- a/templates/WidgetAreaEditor.ss +++ b/templates/WidgetAreaEditor.ss @@ -3,9 +3,15 @@

Available Widgets

- <% control AvailableWidgets %> - $DescriptionSegment - <% end_control %> + <% if AvailableWidgets %> + <% control AvailableWidgets %> + $DescriptionSegment + <% end_control %> + <% else %> +
+

There are currently no widgets available.

+
+ <% end_if %>