Skip to content

Commit

Permalink
Format welcome message for moderators with clickable link for https link
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Sep 12, 2024
1 parent a3fb409 commit 506e09c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions web/b3desk/templates/meeting/signin_links.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{{ moderator_message }}
{{ moderator_message }}<br />

{{ moderator_link_introduction }} :
{{ moderator_link_introduction }} :<br /><a href="{{ moderator_signin_url }}" target="_blank">{{ moderator_signin_url }}</a><br />

{{ moderator_signin_url }}

{{ attendee_link_introduction }} :

{{ attendee_signin_url }}
{{ attendee_link_introduction }} : <a href="{{ attendee_signin_url }}" target="_blank">{{ attendee_signin_url }}</a>

0 comments on commit 506e09c

Please sign in to comment.