Remind users they can get karma by confirming their email
authorCharles Connell <charles@connells.org>
Thu, 23 Jan 2014 20:59:41 +0000 (15:59 -0500)
committerCharles Connell <charles@connells.org>
Thu, 23 Jan 2014 20:59:41 +0000 (15:59 -0500)
karmaworld/templates/account/email/email_confirmation_message.txt
karmaworld/templates/socialaccount/signup.html

index bcd8f86c940e5884becb4ae1d72a000b7152dbbc..0b653a1e405b886cc3b1c84e469ac40c3a54a2c8 100644 (file)
@@ -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 %}
index 435b86c6c548972cf475ab2cd06982bd4a83a42d..604683215ce417980cbe7464fdfb95c46f49edcd 100644 (file)
@@ -9,7 +9,7 @@
     <h1>{% trans "Sign Up" %}</h1>
 
 <p>{% 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 %}</p>
+{{site_name}}. You'll get 5 karma points for confirming your email address.{% endblocktrans %}</p>
 
 <form class="signup" id="signup_form" method="post" action="{% url 'socialaccount_signup' %}">
   {% csrf_token %}