[FIX] RECRUITMENT: #945
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="oh-modal__dialog-body">
|
||||
<div class="oh-profile-section__image-container">
|
||||
<div class="oh-profile-section__modal-avatar">
|
||||
<img src="{% static "/images/ui/user.jpg" %}"
|
||||
<img src="{% static '/images/ui/user.jpg' %}"
|
||||
class="oh-profile-section__modal-image oh-upload-photo"
|
||||
alt="User Photo" />
|
||||
</div>
|
||||
@@ -363,4 +363,4 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
||||
@@ -377,7 +377,7 @@ def application_form(request):
|
||||
else:
|
||||
candidate_obj.stage_id = stages.order_by("sequence").first()
|
||||
messages.success(request, _("Application saved."))
|
||||
|
||||
candidate_obj.save() # 945
|
||||
request.session["candidate"] = serializers.serialize(
|
||||
"json", [candidate_obj]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user