Clickable facebook page bot id to go to fb messaging app
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-09-07 11:43:05 -06:00
parent 212ce3b129
commit 8a5189b926

View File

@ -59,7 +59,11 @@
{% for bot in bots_info %}
<tr>
<td>{{ bot.page_name }}</td>
<td>{{ bot.page_id }}</td>
<td> <a href="https://www.facebook.com/messages/t/{{ bot.page_id }}/"
target="_blank" rel="noopener"
class="fw-semibold text-decoration-none">
{{ bot.page_id }}
</a></td>
<td>{{ bot.assistant }}</td>
<td>
{% if bot.is_subscribed %}