From 7ab51f9ebc87c98bfaaaeb6c3accadf375e935a9 Mon Sep 17 00:00:00 2001 From: Sam White <webmaster@ycra.org.uk> Date: Sun, 24 Oct 2021 14:22:46 +0000 Subject: [PATCH] Show membership fee on joining page. --- public_html/join.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/join.php b/public_html/join.php index a899164..fe92122 100644 --- a/public_html/join.php +++ b/public_html/join.php @@ -118,7 +118,8 @@ function content() {?> joining the YCRA.</p> <p>You will become a member of the YCRA if you enter your details below and - then subsequently pay for membership.</p> + then subsequently pay for membership. The membership fee is currently + <b>£15.00</b> for one year.</p> <p>Please view our <a <?php href('docs/privacy-policy.pdf');?>>privacy policy</a> for information on how we will process your data.</p> -- 2.25.1