make the PR URL clickable when submitting an app to wishlist

This commit is contained in:
OniriCorpe
2023-10-26 23:25:25 +02:00
parent e94f301d80
commit 93055b6003
2 changed files with 2 additions and 2 deletions

View File

@ -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: <a href='%(url)s'>%(url)s</a>",
url=url,
)
return render_template(