Oops, globe is from font-awesome

This commit is contained in:
Jonathan Senecal 2023-05-18 11:48:33 -04:00
parent 7d566837b6
commit b03ce4d1d6

View File

@ -26,7 +26,7 @@ class DashboardWidgetForm(BootstrapMixin, forms.Form):
) )
icon_name = forms.CharField( icon_name = forms.CharField(
required=False, required=False,
help_text=_('Icon name from Material design icons (e.g. "globe")') help_text=_('Icon name from Material design icons (e.g. "earth")')
) )