diff --git a/myapp/static/global.css b/myapp/static/global.css index 3352794a..241103ef 100644 --- a/myapp/static/global.css +++ b/myapp/static/global.css @@ -18,10 +18,6 @@ a:hover { text-decoration: underline; } -a:visited { - color: #183E51; -} - label { display: block; } diff --git a/myapp/static/login/styles.css b/myapp/static/login/styles.css index d7b5fa50..8c20e9c3 100644 --- a/myapp/static/login/styles.css +++ b/myapp/static/login/styles.css @@ -104,12 +104,11 @@ input[type="password"]:focus::placeholder { width: 100%; color: #888; margin-top: 2px; - margin-bottom: 25px; } input[type="submit"] { cursor: pointer; - width: 30%; + width: 120px; background-color: #183E51; color: white; border-radius: 5px; @@ -117,23 +116,19 @@ input[type="submit"] { font-size: 1rem; border: none; transition: background 0.3s ease; + margin-top: 25px; } input[type="submit"]:hover { background-color: #050A24; } -.register-text { - font-size: 0.9rem; - margin-top: 15px; -} - -.register-text a { +.register-text{ color: #5FBFF9; font-weight: bold; } -.login-text a { +.login-text{ color: #5FBFF9; font-weight: bold; } @@ -144,4 +139,12 @@ input[type="submit"]:hover { right: 10px; width: 200px; height: auto; +} + +.return-login{ + font-size: 0.9rem; + text-align: center; + width: 100%; + color: #888; + margin-top: 10px; } \ No newline at end of file diff --git a/myapp/templates/registration/form_complete.html b/myapp/templates/registration/form_complete.html index 560dbd39..f1b6e789 100644 --- a/myapp/templates/registration/form_complete.html +++ b/myapp/templates/registration/form_complete.html @@ -8,15 +8,28 @@
+ + -Thank you for completing the form!
- Your roles and permissions have been updated.
- Back to home
-
The Premier Engineering
Honor Society of UCSD
Thank you for completing the form!
+ Your roles and permissions have been updated.
+ Back to home
+
You are not logged in, please login or register an account.
- {% endif %} + + $('#id_major').change(function() { + if ($(this).val() === 'Other') { + $('#major_other_option_container').show(); + } else { + $('#major_other_option_container').hide(); + } + }); + $('#id_degree').change(function() { + if ($(this).val() === 'Other') { + $('#degree_other_option_container').show(); + } else { + $('#degree_other_option_container').hide(); + } + }); + }); + + + {% else %} +You are not logged in, please + login or + register an account.
+ {% endif %} +Invalid link, please check you have entered the url correctly.
-If the issue persists, please contact an officer on our discord server.
- {% elif error == "form_closed" %} -The form for this induction cycle has closed.
- {% else %} -An unspecified error has occured.
- {% endif %} - +The Premier Engineering
Honor Society of UCSD
Invalid link, please check you have entered the url correctly.
+If the issue persists, please contact an officer on our discord server.
+ {% elif error == "form_closed" %} +The form for this induction cycle has closed.
+ {% else %} +An unspecified error has occured.
+ {% endif %} + +- Don't have an account? Sign up +
+ Don't have an account? Sign up
You are not logged in, please login or register an account.
- {% endif %} +The Premier Engineering
Honor Society of UCSD
Invalid link, please check you have entered the url correctly.
-If the issue persists, please contact an officer on our discord server.
- {% else %} -An unspecified error has occured.
- {% endif %} - +The Premier Engineering
Honor Society of UCSD
Invalid link, please check you have entered the url correctly.
+If the issue persists, please contact an officer on our discord server.
+ {% else %} +An unspecified error has occured.
+ {% endif %} + +Your password has been changed successfully. Please Login
+The Premier Engineering
Honor Society of UCSD
Your password has been changed successfully. Please Login
+{{ field.label_tag }} | -{{ field }} | -
The Premier Engineering
Honor Society of UCSD
{{ field.label_tag }} | +{{ field }} | +
Please check your inbox and follow the instructions to reset your password
+The Premier Engineering
Honor Society of UCSD
Please check your inbox and follow the instructions to reset your password
+Invalid token, please check you have entered the url correctly.
-If the issue persists, please try reset password again.
+The Premier Engineering
Honor Society of UCSD
Invalid token, please check you have entered the url correctly.
+If the issue persists, please try reset password again.
+- Already have an account? Login +
+ Already have an account? Login
-