# HG changeset patch # User Todd Larsen # Date 1221187581 0 # Node ID 84ae145bcef34e231a158b3c1d56270526c83347 # Parent 15d89c28410655b86bb9ed8e798305ae7385385c gcl.py committed this file, when it should not have even existed. diff -r 15d89c284106 -r 84ae145bcef3 app/soc/templates/soc/site/user/profile/create.html --- a/app/soc/templates/soc/site/user/profile/create.html Fri Sep 12 02:37:15 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -{% extends "soc/base.html" %} -{% comment %} -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -{% endcomment %} -{% load forms_helpers %} -{% block page_title %} - {% if linkname_user %} - Developer: Modify Existing User Profile - {% else %} - Developer: Create New User Profile - {% endif %} -{% endblock %} -{% block header_title %} - {% if linkname_user %} - Modify Existing User Profile for {{ linkname_user.nick_name }} - <{{ linkname_user.id }}> - {% else %} - Create a New User Profile - {% endif %} -{% endblock %} -{% block body %} -

-

-{% block instructions %} -Please use this form to alter basic site-wide settings for a User in Google Open Source Programs. -{% endblock %} -

-
- - {% field_as_table_row form.id %} - {% field_as_table_row form.link_name %} - - - - - - - - {% field_as_table_row form.nick_name %} - - - - - -
- -    - {% if lookup_message %}{{ lookup_message }}{% endif %} -
 
- - - - - {% if submit_message %}{{ submit_message }}{% endif %} -
-
-

-{% endblock %}