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 = [ data = [
{ {
'title': 'Ein historisches Festival', 'title': 'Ein historisches Festival',
'description': 'Ein historisches Festival',
'appearance': 'red', 'appearance': 'red',
'entries': [ 'entries': [
{ {
@ -120,6 +121,7 @@ data = [
{ {
'title': 'Erfahrungen Lehrbeginn', 'title': 'Erfahrungen Lehrbeginn',
'appearance': 'green', 'appearance': 'green',
'description': 'Eine Beschreibung',
'entries': [ 'entries': [
{ {
'title': 'Ich heisse Jan und habe am 01. August 2017 meine Ausbildung begonnen. Pünktlich zum …', '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»', 'title': 'Interview «Mein neues Umfeld»',
'description': 'Interview «Mein neues Umfeld»',
'appearance': 'blue' 'appearance': 'blue'
} }
] ]