app/soc/templates/soc/user/edit_profile.html
changeset 1978 a8810c038500
parent 1543 60e0a164a867
child 2162 03ed2fa5ccc8
equal deleted inserted replaced
1977:2dab2aac313d 1978:a8810c038500
    10 distributed under the License is distributed on an "AS IS" BASIS,
    10 distributed under the License is distributed on an "AS IS" BASIS,
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
       
    15 
    15 {% load forms_helpers %}
    16 {% load forms_helpers %}
       
    17 
    16 {% block page_title %}User Profile{% endblock %}
    18 {% block page_title %}User Profile{% endblock %}
       
    19 
    17 {% block header_title %}
    20 {% block header_title %}
    18 {% if user %}
    21 {% if user %}
    19 Modify Existing User Profile for {{ user.name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    22 Modify Existing User Profile for {{ user.name }} ({% as_email account %})</a>
    20 {% else %}
    23 {% else %}
    21 Create a New User Profile for <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    24 Create a New User Profile for {% as_email account %}</a>
    22 {% endif %}
    25 {% endif %}
    23 {% endblock %}
    26 {% endblock %}
       
    27 
    24 {% block body %}
    28 {% block body %}
    25 <p>
    29 <p>
    26 <p>
    30 <p>
    27 {% block instructions %}
    31 {% block instructions %}
    28 Please use this form to set basic site-wide settings for your participation in {{ site_name }}.
    32 Please use this form to set basic site-wide settings for your participation in {{ site_name }}.