...

/

Project Challenge: Rendering a Sign-Up Form and Navbar

Project Challenge: Rendering a Sign-Up Form and Navbar

In this challenge, you will be adding a sign-up form to the application using Flask-WTF and rendering it on a template.

Problem statement

In this problem, you are tasked with creating a sign-up form for the users in your system. You will be creating this form using the Flask-WTF module. Your application ...