app/ghop/templates/ghop/person/profile/edit.html
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 23 Jan 2009 11:38:24 +0000
changeset 917 fb82d4357552
parent 298 c76a366c7ab4
permissions -rw-r--r--
Added missing role_verbose. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
     1
{% extends 'soc/person/profile/edit.html' %}
33
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
{% comment %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
Licensed under the Apache License, Version 2.0 (the "License");
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
you may not use this file except in compliance with the License.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
You may obtain a copy of the License at
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
  http://www.apache.org/licenses/LICENSE-2.0
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
Unless required by applicable law or agreed to in writing, software
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
distributed under the License is distributed on an "AS IS" BASIS,
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
See the License for the specific language governing permissions and
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
limitations under the License.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
{% endcomment %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
{% block 'stylesheet' %}
66
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    16
<link rel="stylesheet" type="text/css" href="/ghop/content/css/ghop.css" />
33
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    17
{% endblock %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    18
{% block 'logo' %}
66
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    19
<img src="/ghop/content/images/ghop.jpg" alt="GHOP" />
33
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
{% endblock %}
66
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    21
{% block 'greeting' %}
298
c76a366c7ab4 Replace almost all occurences of linkname with link_name
Sverre Rabbelier <srabbelier@gmail.com>
parents: 66
diff changeset
    22
Welcome, {{link_name}} ({{user.nickname}}).
66
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    23
{% endblock %}
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    24
{% block 'instructions' %}
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    25
Please update your profile for the {{program}} program:
8c86470746fc Finished migrating the "proto" app (which only contained a Person profile edit
Todd Larsen <tlarsen@google.com>
parents: 62
diff changeset
    26
{% endblock %}