~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/team-mailinglist.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-07 08:19:33 UTC
  • mfrom: (13625.1.4 mailing-list-lies)
  • Revision ID: launchpad@pqm.canonical.com-20110807081933-tvbzfs291osi1n3g
[r=sinzui][bug=821567] Remove requesting a mailing list from the UI
 and the code, switch to creating.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
    <metal:widgets fill-slot="widgets">
36
36
      <div id="no_mailing_list"
37
 
         tal:condition="view/list_can_be_requested">
 
37
         tal:condition="view/list_can_be_created">
38
38
        <p>
39
39
          You can create a mailing list for this team. Team members
40
40
          can subscribe and post to the team mailing list.
63
63
        <p>
64
64
          &#187; <a href="https://help.launchpad.net/Teams/MailingLists">Help for mailing lists</a>
65
65
        </p>
66
 
        <input tal:replace="structure view/request_list_creation/render" />
 
66
        <input tal:replace="structure view/create_list_creation/render" />
67
67
      </div>
68
68
 
69
69
      <div id="mailing_list_purge"