AccompanyingCourse, change blocs order (location in second position)

This commit is contained in:
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>