AccompanyingCourse, change blocs order (location in second position)

This commit is contained in:
Mathieu Jaumotte 2021-08-18 17:10:37 +02:00
parent 53fe90adc3
commit 403922c631
6 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@
<h1 v-else>{{ $t('course.title.active') }}</h1>
<persons-associated></persons-associated>
<course-location></course-location>
<origin-demand></origin-demand>
<requestor></requestor>
<social-issue></social-issue>
<course-location></course-location>
<referrer></referrer>
<resources></resources>
<comment v-if="accompanyingCourse.step === 'DRAFT'"></comment>

View File

@ -81,12 +81,12 @@ export default {
msg: 'confirm.participation_not_valid',
anchor: '#section-10'
},
socialIssue: {
msg: 'confirm.socialIssue_not_valid',
anchor: '#section-40'
},
location: {
msg: 'confirm.location_not_valid',
anchor: '#section-20' //
},
socialIssue: {
msg: 'confirm.socialIssue_not_valid',
anchor: '#section-50'
}
}

View File

@ -1,6 +1,6 @@
<template>
<div class="vue-component">
<h2><a name="section-50"></a>
<h2><a name="section-20"></a>
{{ $t('courselocation.title') }}
</h2>
<div class="my-4">

View File

@ -1,6 +1,6 @@
<template>
<div class="vue-component">
<h2><a name="section-20"></a>{{ $t('origin.title') }}</h2>
<h2><a name="section-30"></a>{{ $t('origin.title') }}</h2>
<div class="my-4">
<label for="selectOrigin">

View File

@ -1,7 +1,7 @@
<template>
<div class="vue-component">
<h2><a name="section-30"></a>{{ $t('requestor.title') }}</h2>
<h2><a name="section-40"></a>{{ $t('requestor.title') }}</h2>
<div v-if="accompanyingCourse.requestor" class="flex-table">

View File

@ -1,6 +1,6 @@
<template>
<div class="vue-component">
<h2><a name="section-40"></a>{{ $t('social_issue.title') }}</h2>
<h2><a name="section-50"></a>{{ $t('social_issue.title') }}</h2>
<div class="my-4">
<!--label for="field">{{ $t('social_issue.label') }}</label