~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseries-initialize.pt

[r=bac,
        julian-edwards][bug=862247] Initialization is not possible if the
        series has no publisher setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
      </p>
73
73
      </tal:already-initializing>
74
74
 
 
75
      <tal:no-publisher
 
76
          condition="view/show_no_publisher_message">
 
77
      <p class="error message">
 
78
        The series' distribution has no publisher configuration.
 
79
        Please ask an administrator to set this up.
 
80
      </p>
 
81
      </tal:no-publisher>
 
82
 
75
83
    </div>
76
84
  </body>
77
85
</html>