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 @@ ...@@ -66,10 +66,10 @@
<translate>Beteiligung</translate> <translate>Beteiligung</translate>
<input type="text" v-model="currentData.role"> <input type="text" v-model="currentData.role">
</label> </label>
<label> <div class="label-text">
<translate>Beschreibung</translate> <translate>Beschreibung</translate>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg> </div>
</label> <studip-wysiwyg v-model="currentData.description"></studip-wysiwyg>
</form> </form>
</template> </template>
<template #info><translate>Informationen zum Erfolge-Block</translate></template> <template #info><translate>Informationen zum Erfolge-Block</translate></template>
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
<option value="professional"><translate>Berufliches Ziel</translate></option> <option value="professional"><translate>Berufliches Ziel</translate></option>
</select> </select>
</label> </label>
<label for="description"> <div class="label-text">
<span><translate>Beschreibung</translate></span> <translate>Beschreibung</translate>
<studip-wysiwyg name="description" v-model="currentData.description"></studip-wysiwyg> </div>
</label> <studip-wysiwyg v-model="currentData.description"></studip-wysiwyg>
</form> </form>
</template> </template>
<template #info><translate>Informationen zum Ziele-Block</translate></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