Start using "Site" instead of "Developer" in the UI.
authorTodd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 05:17:15 +0000
changeset 235 17b35a1f2868
parent 234 a019afb4b80f
child 236 d5302883f3ac
Start using "Site" instead of "Developer" in the UI.
app/soc/templates/soc/site/user/list/all.html
app/soc/templates/soc/site/user/profile/edit.html
--- a/app/soc/templates/soc/site/user/list/all.html	Wed Oct 01 05:15:29 2008 +0000
+++ b/app/soc/templates/soc/site/user/list/all.html	Wed Oct 01 05:17:15 2008 +0000
@@ -14,7 +14,7 @@
 {% endcomment %}
 {% load forms_helpers %}
 {% block page_title %}
-Developer: Users List
+Site: Users List
 {% endblock %}
 {% block header_title %}
 Users List
--- a/app/soc/templates/soc/site/user/profile/edit.html	Wed Oct 01 05:15:29 2008 +0000
+++ b/app/soc/templates/soc/site/user/profile/edit.html	Wed Oct 01 05:17:15 2008 +0000
@@ -15,9 +15,9 @@
 {% load forms_helpers %}
 {% block page_title %}
  {% if existing_user %}
-  Developer: Modify Existing User Profile
+  Site: Modify Existing User Profile
  {% else %}
-  Developer: Create New User Profile
+  Site: Create New User Profile
  {% endif %}
 {% endblock %}
 {% block header_title %}