Skip to content
Snippets Groups Projects
Commit bdded9bf authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #2593

Closes #2593

Merge request studip/studip!1747
parent 538f5d0f
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,10 @@
<translate>Beteiligung</translate>
<input type="text" v-model="currentData.role">
</label>
<label>
<div class="label-text">
<translate>Beschreibung</translate>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg>
</label>
</div>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg>
</form>
</template>
<template #info><translate>Informationen zum Erfolge-Block</translate></template>
......
......@@ -29,10 +29,10 @@
<option value="professional"><translate>Berufliches Ziel</translate></option>
</select>
</label>
<label for="description">
<span><translate>Beschreibung</translate></span>
<studip-wysiwyg name="description" v-model="currentData.description"></studip-wysiwyg>
</label>
<div class="label-text">
<translate>Beschreibung</translate>
</div>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg>
</form>
</template>
<template #info><translate>Informationen zum Ziele-Block</translate></template>
......
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