Start using "Site" instead of "Developer" in the UI.
--- 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 %}