remove group headers for preferences questionnaire
This commit is contained in:
parent
86421f8cc4
commit
a02ccde5ff
1 changed files with 1 additions and 14 deletions
|
@ -122,20 +122,7 @@
|
|||
tal:condition="personId"
|
||||
tal:attributes="value personId" />
|
||||
<tal:group repeat="group item/groups">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td></tr>
|
||||
<tr class="vpad">
|
||||
<td tal:define="infoText group/infoText">
|
||||
<b i18n:translate=""
|
||||
tal:content="group/title" />
|
||||
<div class="infotext"
|
||||
tal:condition="infoText">
|
||||
<span tal:content="structure infoText" />
|
||||
</div>
|
||||
</td>
|
||||
<td />
|
||||
</tr>
|
||||
<tr><td> </td><td> </td></tr>
|
||||
<tal:question repeat="question group/questions">
|
||||
<tr tal:attributes="class python:item.getCssClass(question)">
|
||||
<td tal:content="question/text" />
|
||||
|
|
Loading…
Add table
Reference in a new issue