Skip to content
Snippets Groups Projects
Commit 01b8eddc authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix related jobs output when no related jobs are available

parent 9ff972a7
No related branches found
No related tags found
1 merge request!42[BUGFIX] fix related jobs output when no related jobs are available
......@@ -673,7 +673,7 @@
</div>
</f:then>
<f:else>
<f:if condition="{settings.enableAutomaticRelatedJobs}">
<f:if condition="{settings.enableAutomaticRelatedJobs} && {relatedJobs}">
<div class="row">
<div class="container">
<h3><f:translate key="frontend.apply.relatedJobs"/></h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment