File: endpoint.html

package info (click to toggle)
python3-openid 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,692 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <body>

    This is an OpenID server endpoint.  Your browser should never
    actually request this page.

    {% if error %}
      The OpenID server has encountered an error:
      <p>
      {{ error|escape }}
      </p>
    {% endif %}

  </body>
</html>