From b41b6952289052736e503696edfe40078245d2f4 Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 26 Oct 2021 12:06:16 +0200 Subject: [PATCH] include the referral code when user signs up via SIWSL --- .../templates/oauth/authorize_nonlogin_user.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/oauth/templates/oauth/authorize_nonlogin_user.html b/app/oauth/templates/oauth/authorize_nonlogin_user.html index ab7da8f0..c06caea1 100644 --- a/app/oauth/templates/oauth/authorize_nonlogin_user.html +++ b/app/oauth/templates/oauth/authorize_nonlogin_user.html @@ -32,10 +32,15 @@ Login - - - Sign Up - + {% if client.referral %} + + Sign Up + + {% else %} + + Sign Up + + {% endif %}