Skip to content

Link from login page to sign up page not working #30

Description

@PFOD1998

Clicking on the link to Sign Up from the login page leads to an invalid link

Context

The sign up button should lead to a signup.py file, showing the form for signing up. However the link currently leads to a 404 error.

Process

  1. User begins on log in page
  2. User clicks on 'Create a new account' button
  3. 404 Not Found error shows up

Expected result

User should be brought to sign up form to create their new account

Current result

Currently the link leads to nowhere and a '404 Not Found' error shows up for the user

Possible Fix

  • Edit the "action" attribute of the form tag in the login.html so that it contains pathname relative to the index.py file

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions