1
0
forked from PGL/Clyde

Refactoring: cursus -> curriculum frontend

I hope I didn't missed anything, this commit is following the previous
one in this branch
This commit is contained in:
2024-03-16 10:17:04 +01:00
parent e2da7271af
commit 17d0ae7ccc
8 changed files with 60 additions and 60 deletions

View File

@ -16,7 +16,7 @@
const email=ref("")
const address=ref("")
const country=ref("")
const cursus=ref("")
const curriculum=ref("")
const imageSaved = ref(false)
const ppData = ref(false)
@ -49,7 +49,7 @@
</div>
<div v-else>
<form @submit.prevent="register(firstname, surname, birthday, password, mail, address, country, cursus)" class="form">
<form @submit.prevent="register(firstname, surname, birthday, password, mail, address, country, curriculum)" class="form">
<h1 style="color:rgb(239,60,168); font-family: sans-serif; text-align:center;">
{{i18n("login.guest.welcome")}}
</h1>
@ -103,7 +103,7 @@
</form>
<div class="inputBox">
<p>{{i18n("curriculum").toUpperCase()}}</p>
<select v-model="cursus">
<select v-model="curriculum">
<option value="Chemistry">Chemistry</option>
<option value="Psycho">Psychology</option>
<option value="IT">IT</option>