-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance invitation feature with email notifications and referral links
- Loading branch information
Showing
3 changed files
with
73 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Hi there! | ||
|
||
{{ sender }} has invited you to join {{ site_name }}! | ||
|
||
{{ site_name }} is a platform where we can discover and report bugs across various applications and websites. It's an exciting journey where you can: | ||
|
||
- Explore and report bugs | ||
- Earn rewards and recognition for your contributions | ||
- Join a community of like-minded individuals passionate about improving software quality | ||
|
||
You can sign up using this special referral link: | ||
{{ referral_link }} | ||
|
||
Looking forward to seeing you on {{ site_name }}! | ||
|
||
Best regards, | ||
The {{ site_name }} Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,4 @@ | |
alert("Copied to clipboard: " + copyText.value); | ||
} | ||
</script> | ||
{% endblock content %} | ||
{% endblock after_js %} |