Skip to content
Snippets Groups Projects
Commit cd411946 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: hide submit button on jobs form

parent c76e5e2a
No related branches found
No related tags found
No related merge requests found
Pipeline #14717 passed
......@@ -319,7 +319,7 @@ import("./utils.js").then((utils) => {
<solid-widget name="customtzcld-form-profile-jobs-widget">
<template>
<solid-form
class="d-block rowClear"
class="d-block rowClear orgs-wrapper"
data-src="\${value}"
data-holder
fields="segment11(position, organisation, link), segment12(address, postal_code), segment13(city, department), segment14(mobile_phone, mobile_phone_public), segment15(phone, phone_public), segment16(email, email_public), sep"
......
......@@ -86,4 +86,12 @@
font-size: 14px;
font-weight: 400;
}
}
\ No newline at end of file
}
#members-edit-profile {
.orgs-wrapper {
input[type="submit"] {
display: none;
}
}
}
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