Update room dummy data
This commit is contained in:
parent
dea1d1b253
commit
643374140e
|
|
@ -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'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue