From cf3483a878ef18cab00cb065d95f91fdd95dcda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vikt=C3=B3ria=20Brezinov=C3=A1?= <52294703+vikibrezinova@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:20:32 +0200 Subject: [PATCH] flatpage for tips for solving (#377) --- base/fixtures/flatpages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/base/fixtures/flatpages.json b/base/fixtures/flatpages.json index 11e88bb9..e9d9da92 100644 --- a/base/fixtures/flatpages.json +++ b/base/fixtures/flatpages.json @@ -51,7 +51,7 @@ }, { "model": "flatpages.flatpage", - "pk": 3, + "pk": 4, "fields": { "url": "kontakty", "title": "Kontakty", @@ -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 + ] + } } ] \ No newline at end of file