[snowy] Fix an error and add a period to registration process



commit 5eee0a9c19929cb0b8362feec652224c533f3e8b
Author: Brad Taylor <brad getcoded net>
Date:   Thu Jul 23 14:45:24 2009 -0400

    Fix an error and add a period to registration process

 accounts/templates/registration/activate.html      |    2 +-
 .../registration/registration_complete.html        |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/accounts/templates/registration/activate.html b/accounts/templates/registration/activate.html
index 5c8ced3..72859b2 100644
--- a/accounts/templates/registration/activate.html
+++ b/accounts/templates/registration/activate.html
@@ -9,7 +9,7 @@
 {% url auth_login as login_url %}
 {% blocktrans with PROJECT_NAME as p and login_url as u %}
 <h1>Welcome to {{ p }}!</h1>
-<p>Your registration is now complete.  You may now <a href="{{ u }}">log in</a></p>
+<p>Your registration is now complete.  You may now <a href="{{ u }}">log in</a>.</p>
 <p>To get more use out of your {{ p }} account, you can configure Tomboy to
 synchronize notes between {{ p }} and your computer.
 <a href="">Find out how</a>.</p>
diff --git a/accounts/templates/registration/registration_complete.html b/accounts/templates/registration/registration_complete.html
index 908e8d8..b7d6377 100644
--- a/accounts/templates/registration/registration_complete.html
+++ b/accounts/templates/registration/registration_complete.html
@@ -1,5 +1,7 @@
 {% extends 'site_base.html' %}
 
+{% load i18n %}
+
 {% block content %}
 {% blocktrans with PROJECT_NAME as p %}
 <h1>Your account is pending activation</h1>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]