diff --git a/isso/views/comments.py b/isso/views/comments.py index 9352dd00..43280c72 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -350,7 +350,7 @@ def new(self, environ, request, uri): if resp and resp.status == 200: uri, title = parse.thread(resp.read(), id=uri) else: - return NotFound('URI does not exist %s') + return NotFound(f'URI {uri} does not exist') else: title = data['title']