From 4f828e40c8d0ac9b7b25b1812b942cf6115b24ee Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 7 Jan 2023 21:49:22 +0100 Subject: [PATCH] Clarify info texts --- aleksis/apps/paweljong/static/css/paweljong.css | 9 +++++++++ .../paweljong/event/register_start.html | 16 ++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/aleksis/apps/paweljong/static/css/paweljong.css b/aleksis/apps/paweljong/static/css/paweljong.css index bbbd62b..4a4d6f5 100644 --- a/aleksis/apps/paweljong/static/css/paweljong.css +++ b/aleksis/apps/paweljong/static/css/paweljong.css @@ -59,3 +59,12 @@ time.icon span { #event-detail-table { table-layout: fixed; } + +p { + margin-bottom: 1em; +} + +p.important-info { + font-weight: bold; + color: red; +} diff --git a/aleksis/apps/paweljong/templates/paweljong/event/register_start.html b/aleksis/apps/paweljong/templates/paweljong/event/register_start.html index d67d8af..025cee4 100644 --- a/aleksis/apps/paweljong/templates/paweljong/event/register_start.html +++ b/aleksis/apps/paweljong/templates/paweljong/event/register_start.html @@ -24,16 +24,24 @@ guardian). {% endblocktrans %} </p> - <p> + <p class="important-info"> {% blocktrans %} We ask parents to not fill in the registration on behalf of their child. + It is a requirement that our participants can freely access and + manage their accounts and inboxes, and that parents allow their + children to keep their passwords secret. We kindly ask parents to + get in contact with us if they have questions about this rule, + and of course, we encourage all children to show everything they + do not understand or have questions about to their parents. {% endblocktrans %} </p> <p> {% blocktrans %} Every participant needs a personal e-mail address. This address must be one that you, the participating child, check and read yourself, not one owned by your - parents. Of course, we will always send important information to your parents as well. + parents. Of course, we will always send important information to your parents as + well, and of course you should always talk to your parents if you + have questions or concerns while reading your e-mail. {% endblocktrans %} </p> <p> @@ -44,11 +52,11 @@ register an e-mail address with us. {% endblocktrans %} </p> - <p> + <p class="important-info"> {% blocktrans %} If you already have a user account with Teckids, do not register a new one. Login with your existing username and password. If you have forgotten your password, please - send us an e-mail (pelase do this yourself, with the help of your parents, if needed). + send us an e-mail (please do this yourself, with the help of your parents, if needed). {% endblocktrans %} </p> </div> -- GitLab