Relative Content

Tag Archive for pythonhtmlformsflask

Flask action is not redirecting to the specified html page

I am using flask in pycharm to create a simple website. I am working on features that allow the user to register an account for the website and login using their created credentials. My problem currently is that the registration form isn’t consistently redirecting to the login page. It is only refreshing the page after providing a username and suitable password.

want to work action when i click my html table in flask

guys pleaese help me with the code , correct the flask py code snippet for me. `code html[` <!DOCTYPE html> <html> <head> <title>Admin manage doctor</title> <link rel=”stylesheet” type=”text/css” href=”static/images/admindoctor.css”> </head> <body> <div class=”hai”> <table cellspacing=”15″ cellpadding=”15″> <tr> <th class=”btn”> View Doctors List</th> <th class=”btn”>Register Doctors</th> <th class=”btn”>Shedule Time For Doctors</th> <th class=”btn”>View Shedules</th> <th class=”btn”>View […]