diff --git a/index.html b/index.html index 1d5292d..d1d3365 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@

RTS

+
diff --git a/js/main.js b/js/main.js index 89f9069..da6c191 100644 --- a/js/main.js +++ b/js/main.js @@ -2452,6 +2452,11 @@ $("#btn-candidate-login").click(function(evt) { //$(".exam-wrapper").toggle(); }); +$("#btn-user-login").click(function(evt) { + window.location = "https://www.penracourses.org.uk/accounts/login/?next=/rts" + //$(".exam-wrapper").toggle(); +}); + $("#login-button").click(function(evt) { global_cid = parseInt($("#candidate-number").val());