Skip to content

Commit c63ba69

Browse files
authored
Merge pull request #283 from dpc-sdp/SXDEDPCXZIC-439
SXDEDPCXZIC-439 / fix template error after ckan update
2 parents b28191b + 95c1f7f commit c63ba69

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<tr>
2+
<td>{{ field.id }}</td>
3+
<td>{{ field.type }}</td>
4+
<td>{{ h.get_translated(field.get('info', {}), 'label') }}</td>
5+
<td>{{ h.render_markdown(h.get_translated(field.get('info', {}), 'notes')) }}</td>
6+
</tr>

0 commit comments

Comments
 (0)