Skip to content
Snippets Groups Projects
Commit 21b8b434 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix job id (wasn't added to the application correctly)

parent 9b3d8de9
No related branches found
Tags 4.1.2
No related merge requests found
......@@ -30,13 +30,18 @@
</div>
</f:if>
<div>
<f:if condition="{job}">
<div>
<f:form.hidden name="jobId" value="{job.jobId}" />
<f:then>
<f:form.hidden property="jobId" value="{job.jobId}" />
<f:form.hidden property="jobTitle" value="{job.title}" />
<h1>Bewerbung für <span id="apply-title">{job.title}</span></h1>
</div>
</f:then>
<f:else>
<h1>Initiativ-Bewerbung</h1>
</f:else>
</f:if>
</div>
<p>
<label for="apply-gender"><f:translate key="frontend.apply.gender" /></label>
......
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