Commit 12ac0f8d authored by Andreas Jung's avatar Andreas Jung

removed already commented code using pt_warnings (removed from zope.pagetemplate

lately)
parent af93045b
......@@ -51,15 +51,6 @@
<pre tal:content="python:'\n'.join(errors)">errors</pre>
</td>
</tr>
<!--
<tr tal:define="warnings context/pt_warnings" tal:condition="warnings">
<td align="left" valign="middle" class="form-label">Warnings</td>
<td align="left" valign="middle" style="background-color: #FFEEDD"
colspan="3">
<pre tal:content="python:'\n'.join(warnings)">errors</pre>
</td>
</tr>
-->
<tr>
<td align="left" valign="top" colspan="4"
tal:define="width request/dtpref_cols | string:100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment