~ubuntu-branches/ubuntu/wily/zope.app.security/wily

« back to all changes in this revision

Viewing changes to src/zope/app/security/browser/login_failed.pt

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2010-12-02 19:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20101202193405-ssc1x1c1pznqdrnc
Tags: upstream-3.7.5
ImportĀ upstreamĀ versionĀ 3.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html metal:use-macro="context/@@standard_macros/page"
 
2
    i18n:domain="zope">
 
3
  <body>
 
4
  <div metal:fill-slot="body">
 
5
 
 
6
     <h1 i18n:translate="">Login Failed!</h1>
 
7
 
 
8
     <p style="font-size: 150%">
 
9
       <tal:block
 
10
            i18n:translate="">You cancelled the login procedure.</tal:block>
 
11
       <a tal:attributes="href python: view.request.get('nextURL', '.')"
 
12
            i18n:translate="">Click here to return.</a>
 
13
     </p>
 
14
 
 
15
  </div>
 
16
  </body>
 
17
 
 
18
</html>