# HG changeset patch
# User Brian Neal
# Date 1239475939 0
# Node ID 9a8801fa63d5355b2b3d99c99d082fd6c235859b
# Parent 33f73b7bd3055047aed6e28eea513524049c94e7
Got rid of the pseudo cancel buttons on various forms. Replaced them with cancel links.
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/accounts/password_change.html
--- a/gpp/templates/accounts/password_change.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/accounts/password_change.html Sat Apr 11 18:52:19 2009 +0000
@@ -6,7 +6,8 @@
{% endblock %}
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/accounts/register.html
--- a/gpp/templates/accounts/register.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/accounts/register.html Sat Apr 11 18:52:19 2009 +0000
@@ -6,7 +6,7 @@
registering for your account here:
- Your username must be 30 characters or less, please use letters, digits, and underscores
- only.
+ only (no spaces).
- An email address is required to use this site. A confirmation email will be sent to the
address you supply, and it is necessary to complete the registration process.
- You must agree to our Terms of Service.
@@ -15,8 +15,7 @@
{% endblock %}
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/bio/avatar.html
--- a/gpp/templates/bio/avatar.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/bio/avatar.html Sat Apr 11 18:52:19 2009 +0000
@@ -18,6 +18,6 @@
{% endblock %}
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/news/send_story.html
--- a/gpp/templates/news/send_story.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/news/send_story.html Sat Apr 11 18:52:19 2009 +0000
@@ -13,7 +13,8 @@
{% else %}
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/news/submit_news.html
--- a/gpp/templates/news/submit_news.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/news/submit_news.html Sat Apr 11 18:52:19 2009 +0000
@@ -13,7 +13,7 @@
{% else %}
diff -r 33f73b7bd305 -r 9a8801fa63d5 gpp/templates/weblinks/add_link.html
--- a/gpp/templates/weblinks/add_link.html Sat Apr 11 18:28:13 2009 +0000
+++ b/gpp/templates/weblinks/add_link.html Sat Apr 11 18:52:19 2009 +0000
@@ -7,7 +7,8 @@