Update room dummy data

This commit is contained in:
Ramon Wenger 2018-09-21 13:46:08 +02:00
parent dea1d1b253
commit 643374140e
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ from user.models import UserGroup
data = [
{
'title': 'Ein historisches Festival',
'description': 'Ein historisches Festival',
'appearance': 'red',
'entries': [
{
@ -120,6 +121,7 @@ data = [
{
'title': 'Erfahrungen Lehrbeginn',
'appearance': 'green',
'description': 'Eine Beschreibung',
'entries': [
{
'title': 'Ich heisse Jan und habe am 01. August 2017 meine Ausbildung begonnen. Pünktlich zum …',
@ -177,6 +179,7 @@ data = [
},
{
'title': 'Interview «Mein neues Umfeld»',
'description': 'Interview «Mein neues Umfeld»',
'appearance': 'blue'
}
]