Skip to content

Commit

Permalink
Merge branch 'master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenB committed Apr 15, 2022
2 parents a32a147 + 130dce2 commit 8e8432e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@
<isinclude template="preferences/input/input" />
</isif>
<isset name="descriptionTemplate" value="${'preferences/description/' + preference.ID}" scope="page" />
<isif condition="${require('*/cartridge/scripts/renderTemplateHelper').templateExists(descriptionTemplate)}">
<span class="field-description mt-2">
<isinclude template="${descriptionTemplate}" />
</span>
</isif>
<span class="field-description mt-2">
<isinclude template="${descriptionTemplate}" />
</span>
</div>
</div>
<isif condition="${preference.ID === 'mollieProfileId'}">
Expand Down

0 comments on commit 8e8432e

Please sign in to comment.