mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
make the PR URL clickable when submitting an app to wishlist
This commit is contained in:
parent
e94f301d80
commit
93055b6003
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<div role="alert" class="rounded-md border-s-4 border-green-500 bg-green-50 p-4 my-5">
|
||||
<p class="mt-2 text-sm text-green-700 font-bold">
|
||||
<i class="fa fa-thumbs-up fa-fw" aria-hidden="true"></i>
|
||||
{{ successmsg }}
|
||||
{{ successmsg | safe }}
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue