~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to identityprovider/templates/person.html

  • Committer: Danny Tamez
  • Date: 2010-04-21 15:29:24 UTC
  • Revision ID: danny.tamez@canonical.com-20100421152924-lq1m92tstk2iz75a
Canonical SSO Provider (Open Source) - Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
 
2
GNU Affero General Public License version 3 (see the file  LICENSE). -->
 
3
 
 
4
{% load i18n %}<html xmlns="http://www.w3.org/1999/xhtml">
 
5
    <head>
 
6
        <base href="{{ identity_url }}" />
 
7
        <link rel="openid.server"
 
8
            href="{{ provider_url }}" />
 
9
    </head>
 
10
    <body>
 
11
        <h1>
 
12
        {% blocktrans %}OpenID Identity URL for {{ display_name }}{% endblocktrans %}
 
13
        </h1>
 
14
    </body>
 
15
</html>