app/ghop/templates/ghop/person/profile.html
author Todd Larsen <tlarsen@google.com>
Mon, 04 Aug 2008 22:09:35 +0000
changeset 62 1627b79c396a
parent 33 apps/proto/proto/templates/proto/person/profile.html@616855b101b5
permissions -rw-r--r--
Finish moving the remaining "prototype" app pieces out of apps/proto, and then remove trunk/apps. There is still some editing to do in the newly-relocated files (now in trunk/app/soc and trunk/app/ghop).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
{% extends 'soc/person/profile.html' %}
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' %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    16
<link rel="stylesheet" type="text/css" href="/content/proto.css" />
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' %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    19
<img src="/content/logo.jpg" alt="Melange" />
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
{% endblock %}