Skip to content

Remove footer back link#228

Open
khusig463-web wants to merge 3 commits into
komalharshita:mainfrom
khusig463-web:remove-footer-back-link
Open

Remove footer back link#228
khusig463-web wants to merge 3 commits into
komalharshita:mainfrom
khusig463-web:remove-footer-back-link

Conversation

@khusig463-web
Copy link
Copy Markdown

@khusig463-web khusig463-web commented May 17, 2026

Summary [required]

Removed the extra "Back to Search" link from the footer section on the project page to make the navigation cleaner and avoid duplicate links.

Related Issue [required]

Closes #167

Type of Change [required]

  • Bug fix
  • Feature
  • Data
  • Documentation
  • Style
  • Refactor
  • Test

What Was Changed [required]

File Change made
templates/project.html Removed duplicate "Back to Search" link from footer

How to Test This PR [required]

  1. Clone this branch: `git checkout remove-footer-back-link
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: python app.py
  4. Open http://127.0.0.1:5000 and...
  5. Run the tests: python tests/test_basic.py

Expected test output:

27 passed, 0 failed out of 27 tests

Test Results [required]

27 passed, 0 failed out of 27 tests

Screenshots (if UI change)

Before After
Before After

Self-Review Checklist [required]

  • I have read CONTRIBUTING.md and followed all guidelines
  • My branch name follows the convention: feat/, fix/, docs/, data/, style/, test/
  • I have run python tests/test_basic.py and all 27 tests pass
  • I have run flake8 . locally and there are no errors
  • I have not introduced any print() or console.log() debug statements
  • Every new function I wrote has a docstring
  • I have not modified files outside the scope of the linked issue
  • If I changed the UI, I tested it at 375px (mobile) and 1280px (desktop)
  • If I added a project to the dataset, it has all required JSON fields

Notes for Reviewer

None

@vercel
Copy link
Copy Markdown

vercel Bot commented May 17, 2026

@khusig463-web is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting your first pull request to DevPath.

Before review:

  • Complete the PR template fully
  • Ensure all tests pass
  • Link your PR to an issue
  • Keep changes scoped to the issue

A maintainer will review your contribution soon.

@khusig463-web
Copy link
Copy Markdown
Author

Merge conflicts have been resolved and changes have been pushed.
Kindly review the PR again. Thank you!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove extra “Back to Search” link from footer

1 participant