From 3b9a1b313ef8603426b2788120bc2ec2ffd7e2b1 Mon Sep 17 00:00:00 2001
From: Charles Connell
Date: Thu, 23 Jan 2014 15:59:41 -0500
Subject: [PATCH] Remind users they can get karma by confirming their email
---
.../templates/account/email/email_confirmation_message.txt | 2 +-
karmaworld/templates/socialaccount/signup.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 %}