Skip to content

Minis ajustements pour que le code fonctionne même si il n'est pas fini#1

Open
yns0x wants to merge 2 commits into
eth3ral0:mainfrom
yns0x:main
Open

Minis ajustements pour que le code fonctionne même si il n'est pas fini#1
yns0x wants to merge 2 commits into
eth3ral0:mainfrom
yns0x:main

Conversation

@yns0x

@yns0x yns0x commented Jan 22, 2026

Copy link
Copy Markdown

Juste un rajout du strict nécessaire afin que si une personne veut tester l'appli elle ne crash pas.

yns0x added 2 commits January 22, 2026 15:40
…eurs de bien tester l'application sans erreur + ajouts de fin de block pour reports.html
…eurs de bien tester l'application sans erreur + ajouts de fin de block pour reports.html
Copilot AI review requested due to automatic review settings January 22, 2026 14:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds minimal placeholder routes and templates to prevent the application from crashing when users click on navigation links that were already present in the UI. The changes provide basic route handlers for "Reports" and "Settings" pages while the full implementation is still in progress.

Changes:

  • Added /reports and /settings route handlers in app.py
  • Completed the reports.html template with closing endblock tag
  • Added .gitignore to exclude the database file from version control

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
app.py Added placeholder route handlers for /reports and /settings to prevent crashes when navigation links are clicked
templates/reports.html Added missing {% endblock %} tag to properly close the content block
.gitignore Added entry to exclude supportlab.db from version control

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants