Ignore:
Timestamp:
30 Oct 2011, 08:22:28 (13 years ago)
Author:
Henrik Bettermann
Message:

We need to list error details for invariants checking. These errors are not being displayed in the form body.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/default_waeup_edit_form.pt

    r6461 r6968  
    77
    88  <div class="form-status"
    9     tal:define="status view/status"
    10     tal:condition="status">
    11     Form Status:
    12     <span i18n:translate="" tal:content="view/status">
    13       Form status summary
    14     </span>
     9      tal:define="status view/status"
     10      tal:condition="status">
     11      Form Status:
     12      <span i18n:translate="" tal:content="view/status">
     13        Form status summary
     14      </span>
     15      <ul tal:condition="view/errors">
     16        <li tal:repeat="error view/error_views">
     17           <span tal:replace="structure error">Error Type</span>
     18        </li>
     19      </ul>
    1520  </div>
    1621
Note: See TracChangeset for help on using the changeset viewer.