From aa3e2f6b89459a122b378ca51a034518c1d92271 Mon Sep 17 00:00:00 2001 From: Sam Roberts <sam.roberts@geant.org> Date: Fri, 14 Feb 2025 10:12:21 +0000 Subject: [PATCH] fix formatting --- docs/source/introduction.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index a76a018..fb9fd57 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -40,10 +40,10 @@ Design The design of the stripe-checkout service is roughly as following: Whenever a visitor registers for TNC, they fill out a form in Visit. This form sets their - ``registrationType``. While filling out the form, the visitor may also want to purchase some extras, - such as access to side meetings or social events. The information for extras is stored in the - visitors profile as answers to certain questions. For example, there is a question for "Side - meetings" with answers "Friday" and "Sunday" +``registrationType``. While filling out the form, the visitor may also want to purchase some extras, +such as access to side meetings or social events. The information for extras is stored in the +visitors profile as answers to certain questions. For example, there is a question for "Side +meetings" with answers "Friday" and "Sunday" * As the final page in the registration form, the visitor is redirected to the stripe checkout service. Here they see what they've checked out and how much they need to pay. -- GitLab