Skip to content

Commit

Permalink
flatpage for tips for solving (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova authored Apr 28, 2024
1 parent 081f99c commit cf3483a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion base/fixtures/flatpages.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"model": "flatpages.flatpage",
"pk": 3,
"pk": 4,
"fields": {
"url": "kontakty",
"title": "Kontakty",
Expand All @@ -65,5 +65,22 @@
2
]
}
},
{
"model": "flatpages.flatpage",
"pk": 5,
"fields": {
"url": "ako-riesit",
"title": "Ako získať 9 bodov",
"content": "Tu pribudnú tipy, ako riešiť a získať 9 bodov.",
"enable_comments": false,
"template_name": "",
"registration_required": false,
"sites": [
0,
1,
2
]
}
}
]

0 comments on commit cf3483a

Please sign in to comment.