~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distributionsourcepackage-index.pt

  • Committer: Edwin Grubbs
  • Date: 2010-03-03 00:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 10445.
  • Revision ID: edwin.grubbs@canonical.com-20100303004003-gw8m721krwq2m4oq
Fixed tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
</tal:side>
29
29
 
30
30
<tal:main metal:fill-slot="main">
31
 
  <p class="error message"
32
 
     tal:condition="view/errors"
33
 
     tal:content="view/error_count" />
34
 
  <p class="error message"
35
 
     tal:repeat="form_wide_error view/form_wide_errors"
36
 
     tal:content="structure form_wide_error">
37
 
     Schema validation errors.
38
 
  </p>
39
 
  <p class="error message"
40
 
     tal:define="error python:view.getFieldError('packaging')"
41
 
     tal:condition="error"
42
 
     tal:content="structure error">
43
 
     Field specific error for the hidden packaging field.
44
 
  </p>
45
 
 
46
31
  <div class="top-portlet" id="bugs-and-questions-summary"
47
32
       tal:define="newbugs context/new_bugtasks/count;
48
33
                   open_questions view/open_questions/count">