From d450c98014ca90d7380c7957ddebf9a8dda1bfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Wed, 31 May 2023 15:44:54 +0200 Subject: [PATCH] finish registered lecture view --- lectures/templates/lectures/view_registered.html | 5 +++++ shared/templates/shared/includes/base.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lectures/templates/lectures/view_registered.html b/lectures/templates/lectures/view_registered.html index d6241c4..8ee70fb 100644 --- a/lectures/templates/lectures/view_registered.html +++ b/lectures/templates/lectures/view_registered.html @@ -5,6 +5,11 @@ {% block content %} {% include "shared/includes/double_heading.html" with heading=header_name icon="ico--pin" %} + <p class="mb-10"> + Zde najdeš seznam školení, do kterých máš registraci, + rozložených do ročního kalendáře. + </p> + <div class="__js-root"> <ui-year-calendar events='{{ events|safe }}'></ui-year-calendar> </div> diff --git a/shared/templates/shared/includes/base.html b/shared/templates/shared/includes/base.html index 21596f7..a302923 100644 --- a/shared/templates/shared/includes/base.html +++ b/shared/templates/shared/includes/base.html @@ -214,7 +214,7 @@ </footer> <script - src="https://styleguide.pirati.cz/2.12.x/js/main.bundle.js" + src="http://localhost:3000/js/main.bundle.js" ></script> </body> </html> -- GitLab