~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/logout/template.html

ivle.webapp.testing: Add, with fake request and user.
ivle.webapp.base.test: Add! Test the JSONRESTView, using the new mocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:py="http://genshi.edgewall.org/">
3
 
  <head>
4
 
    <title>Log out</title>
5
 
  </head>
6
 
  <body>
7
 
    <h1>Confirm log out</h1>
 
2
      xmlns:xi="http://www.w3.org/2001/XInclude"
 
3
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
 
4
 
 
5
  <body py:strip="">
8
6
    <div id="ivle_padding">
9
 
      <p>Are you sure you want to log out?</p>
 
7
      <h3>Are you sure you want to logout?</h3>
10
8
      <p>
11
9
        <form action="${path}" method="POST">
12
 
          <input type="submit" value="Log out" />
 
10
          <input type="submit" value="Logout" />
13
11
        </form>
14
12
      </p>
15
13
    </div>