<!-- Creates a submit button for the new user and another button to redirect back to homepage -->
<inputtype="submit"value="Save New User"id="submit_button"><buttononclick="window.location.href='{% url 'homepage:homepage'%}'"> Return to Homepage </button>