From d75104af9c763c787fbef897c5cbb611b2b876c9 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Thu, 26 Oct 2023 14:28:29 +0300 Subject: [PATCH] chore: add default terms as markdown --- backend/benefit/terms/fixtures/default_terms.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/backend/benefit/terms/fixtures/default_terms.json b/backend/benefit/terms/fixtures/default_terms.json index b9a89db98a..edbf8abb8f 100644 --- a/backend/benefit/terms/fixtures/default_terms.json +++ b/backend/benefit/terms/fixtures/default_terms.json @@ -8,6 +8,9 @@ "terms_pdf_fi": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_sv": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_en": "/var/media/please_upload_actual_pdf_manually.pdf", + "terms_md_en": "# Käyttöehdot", + "terms_md_fi": "# Terms of service", + "terms_md_sv": "# Vilkor för användning", "created_at": "2021-01-01T00:00:00+02:00", "modified_at": "2021-01-01T00:00:00+02:00" } @@ -33,6 +36,9 @@ "terms_pdf_fi": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_sv": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_en": "/var/media/please_upload_actual_pdf_manually.pdf", + "terms_md_en": "# Hakuehdot", + "terms_md_fi": "# Applicant terms", + "terms_md_sv": "# Sökandevillkor", "created_at": "2021-01-01T00:00:00+02:00", "modified_at": "2021-01-01T00:00:00+02:00" } @@ -98,6 +104,9 @@ "terms_pdf_fi": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_sv": "/var/media/please_upload_actual_pdf_manually.pdf", "terms_pdf_en": "/var/media/please_upload_actual_pdf_manually.pdf", + "terms_md_en": "# Käsittelijän ehdot", + "terms_md_fi": "# Handler terms", + "terms_md_sv": "# Vilkor för hanterare", "created_at": "2021-01-01T00:00:00+02:00", "modified_at": "2021-01-01T00:00:00+02:00" }