~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/templates/specification-subscription-delete.pt

[r=benji][bug=50875] Allow teams to be unsubscribed from blueprints
        and fix (modernise) form infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html
 
2
  xmlns="http://www.w3.org/1999/xhtml"
 
3
  xmlns:tal="http://xml.zope.org/namespaces/tal"
 
4
  xmlns:metal="http://xml.zope.org/namespaces/metal"
 
5
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
 
6
  metal:use-macro="view/macro:page/main_only"
 
7
  i18n:domain="launchpad">
 
8
  <body>
 
9
    <div metal:fill-slot="main">
 
10
        <p>
 
11
            Are you sure you want to delete the subscription for
 
12
            <strong tal:content="context/person/displayname">Person</strong>?
 
13
        </p>
 
14
      <div metal:use-macro="context/@@launchpad_form/form">
 
15
      </div>
 
16
    </div>
 
17
  </body>
 
18
</html>