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

[BUGFIX] Don't use the job_id....

parent f0f775b8
No related branches found
Tags 5.3.7
No related merge requests found
......@@ -2,7 +2,7 @@
<f:section name="main">
<f:form action="apply" controller="Joblist" method="post" objectName="applyData" object="{applyData}" enctype="multipart/form-data">
<f:form.hidden value="{job.job_id}" property="jobId" />
<f:form.hidden value="{job}" property="uid" />
<label for="apply-gender"><f:translate key="frontend.apply.gender" /></label>
<f:form.select property="gender" id="apply-gender" class="" options="{None: '', Male: 'Male', Female: 'Female'}" />
......
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