summaryrefslogtreecommitdiff
path: root/templates/oauth_notloggedin.pt
blob: c108521a4ef06e5d252fab51e0e314a00ed42b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="standard_template/macros/page">
  <metal:fill fill-slot="body">
  
        <p>If you want to allow another site to access your PyPI account
        you need to log into PyPI first.</p>
      
  </metal:fill>
</html>