Skip to content

Commit

Permalink
Merge pull request #136 from ChicagoWorldcon/hotfix-remove-langs
Browse files Browse the repository at this point in the history
remove extraneous fields from person
  • Loading branch information
Gailbear authored May 26, 2022
2 parents 5264418 + 8f47128 commit 74f52e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/javascript/profile/person_details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
<b-form-group label="Moderating experience">
<b-form-textarea v-model="editable_person.moderation_experience" @blur="onInput"></b-form-textarea>
</b-form-group>
<b-form-group label="Languages spoken">
<b-form-checkbox-group stacked>
<b-form-checkbox value="polish">Polish</b-form-checkbox>
<b-form-checkbox value="spanish">Spanish</b-form-checkbox>
</b-form-checkbox-group>
</b-form-group>

</div>
<div class="d-flex flex-column w-50 p-2">
Expand Down

0 comments on commit 74f52e2

Please sign in to comment.