From df6f130e67008adf153d05a322c1e7d36b0c1923 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 26 Oct 2023 23:25:25 +0200 Subject: [PATCH] make the PR URL clickable when submitting an app to wishlist --- store/app.py | 2 +- store/templates/wishlist_add.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/store/app.py b/store/app.py index 5bf68c6..ac1fb8c 100644 --- a/store/app.py +++ b/store/app.py @@ -346,7 +346,7 @@ Description: {description} url = f"https://github.com/YunoHost/apps/pull/{pr.number}" successmsg = _( - "Your proposed app has succesfully been submitted. It must now be validated by the YunoHost team. You can track progress here: %(url)s", + "Your proposed app has succesfully been submitted. It must now be validated by the YunoHost team. You can track progress here: %(url)s", url=url, ) return render_template( diff --git a/store/templates/wishlist_add.html b/store/templates/wishlist_add.html index 5c66e9c..df02d59 100644 --- a/store/templates/wishlist_add.html +++ b/store/templates/wishlist_add.html @@ -16,7 +16,7 @@ {% else %}