TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.63k stars 3.26k forks source link

[#13122] Added cancel button #13132

Open CameronMooreGit opened 1 week ago

CameronMooreGit commented 1 week ago

Fixes #13122 Account Request Form: Adding Cancel button

Outline of Solution

The solution to this problem involved adding a hyperlink that redirects the user from the instructor registration page to the home page. The hyperlink has the appearance of a button by using the btn class. I added a style to the submit button to include a margin-right 15px, making a clean-looking gap between the two buttons appear. See below for visual changes: ![image](https://github.com/TEAMMATES/teammates/assets/119544985/dafa5e18-d081-41aa-a00e-2705946acd28)
github-actions[bot] commented 1 week ago

Hi @CameronMooreGit, thank you for your interest in contributing to TEAMMATES! However, your PR does not appear to follow our contribution guidelines:

Please address the above before we proceed to review your PR.

weiquu commented 5 days ago

@CameronMooreGit do fix the failing tests. You can visit our documentation to find out more about how to update our snapshot tests. In addition, please don't use plain CSS styling in the components - you can use Bootstrap classes instead. This helps to keep our styling consistent