Skip to content

Commit

Permalink
fix invitation email, Opensource->open source
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Nov 15, 2024
1 parent 63b9925 commit 8210652
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/auto_added_to_workspace_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p>
Through your Workspace above, you can run the top
private and Opensource AI models and collaborate on your
private and open source AI models and collaborate on your
team's <a href="{{ saved_url }}">saved workflows.</a>
Check out <a href="{{ settings.DOCS_URL }}">{{ settings.DOCS_URL }}</a> too for a
great set of tutorials and guides.
Expand Down
9 changes: 9 additions & 0 deletions templates/workspace_invitation_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@
</p>

<p>
{% set invite_url = invite.get_invite_url() %}
Join the workspace here: <a href="{{ invite_url }}">{{ invite_url }}</a>
</p>

<p>
Through your Workspace above, you can run the top
private and open source AI models and collaborate on your
team's saved workflows.
Check out <a href="{{ settings.DOCS_URL }}">{{ settings.DOCS_URL }}</a> too for a
great set of tutorials and guides.
</p>

<p>
Happy building!<br/>
The Gooey.AI team
Expand Down

0 comments on commit 8210652

Please sign in to comment.