From 8b1bb1715581f9d687beabc6a703a7efcca3c699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 15 Sep 2020 10:48:28 +0200 Subject: [PATCH] uniweb: Jupyter on home page --- uniweb/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uniweb/models.py b/uniweb/models.py index 720f3bf4..2e9e00f4 100644 --- a/uniweb/models.py +++ b/uniweb/models.py @@ -90,6 +90,7 @@ class UniwebHomePage(MetadataPageMixin, Page): "table", TableBlock(label="tabulka", template="uniweb/snippet_table.html",), ), + ("jupyter", DocumentChooserBlock(label="Jupyter notebook")), ], verbose_name="obsah stránky", blank=True, -- GitLab