Added rendering of Event Images
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
></multiselect>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><label><input type="checkbox" v-model="onHomepage">Auf der Startseite anzeigen</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zugewiesenes Bild:</td>
|
||||
<td><img v-if="assignedImage != null" :src="getImagePath" /><button @click="removeImage">Bild entfernen</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><button type="submit">Speichern</button></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user