From: Charles Connell
Date: Thu, 23 Jan 2014 20:59:41 +0000 (-0500)
Subject: Remind users they can get karma by confirming their email
X-Git-Tag: release-20150131~208
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b9a1b313ef8603426b2788120bc2ec2ffd7e2b1;p=oweals%2Fkarmaworld.git
Remind users they can get karma by confirming their email
---
diff --git a/karmaworld/templates/account/email/email_confirmation_message.txt b/karmaworld/templates/account/email/email_confirmation_message.txt
index bcd8f86..0b653a1 100644
--- a/karmaworld/templates/account/email/email_confirmation_message.txt
+++ b/karmaworld/templates/account/email/email_confirmation_message.txt
@@ -3,7 +3,7 @@
{% autoescape off %}
Hey {{ user_display }},
-Welcome to KarmaNotes! Please confirm your email with the link below:
+Welcome to KarmaNotes! Please confirm your email with the link below. You'll get 5 karma points when you do.
{{ activate_url }}
{% endautoescape %}
diff --git a/karmaworld/templates/socialaccount/signup.html b/karmaworld/templates/socialaccount/signup.html
index 435b86c..6046832 100644
--- a/karmaworld/templates/socialaccount/signup.html
+++ b/karmaworld/templates/socialaccount/signup.html
@@ -9,7 +9,7 @@
{% trans "Sign Up" %}
{% blocktrans with provider_name=account.get_provider.name site_name=site.name %}You are about to use your {{provider_name}} account to login to
-{{site_name}}. As a final step, please complete the following form:{% endblocktrans %}
+{{site_name}}. You'll get 5 karma points for confirming your email address.{% endblocktrans %}