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

@ -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 %}