diff --git a/src/mafiasi_link_shortener/frontend/views.py b/src/mafiasi_link_shortener/frontend/views.py index 3d1f06a..5de4c63 100644 --- a/src/mafiasi_link_shortener/frontend/views.py +++ b/src/mafiasi_link_shortener/frontend/views.py @@ -32,7 +32,7 @@ def __call__(self, request): and self.url_is_canonical(request.path_info) and request.path_info.startswith(self.static_prefix) ): - static_file = self.files.get(f"{self.static_prefix}/index.html") + static_file = self.files.get(f"{self.static_prefix}/index.post.html") if static_file is None: raise ValueError(