diff --git a/website/common/templates/common/listing-item.html b/website/common/templates/common/listing-item.html
index 92fedea..88e5111 100644
--- a/website/common/templates/common/listing-item.html
+++ b/website/common/templates/common/listing-item.html
@@ -6,7 +6,7 @@
diff --git a/website/common/templates/wagtail_base.html b/website/common/templates/wagtail_base.html
index 4d7bb69..f34b5b0 100644
--- a/website/common/templates/wagtail_base.html
+++ b/website/common/templates/wagtail_base.html
@@ -15,7 +15,7 @@
{% endif %}
diff --git a/website/contrib/unsplash/widgets.py b/website/contrib/unsplash/widgets.py
index 8e5f426..a083f1a 100644
--- a/website/contrib/unsplash/widgets.py
+++ b/website/contrib/unsplash/widgets.py
@@ -14,6 +14,6 @@ class UnsplashPhotoChooser(AdminChooser):
def get_title(self, instance: UnsplashPhoto) -> str:
return format_html(
- "",
+ "",
instance.get_thumbnail_url(),
)