diff --git a/hypha/apply/funds/models/applications.py b/hypha/apply/funds/models/applications.py index 83610cc04e..f7600e516b 100644 --- a/hypha/apply/funds/models/applications.py +++ b/hypha/apply/funds/models/applications.py @@ -101,6 +101,7 @@ def as_json(self): "image": image, "weight": weight, "next_deadline": next_deadline, + "url": self.get_url(), }