drr_management/ │ ├── app.py ├── database.py ├── requirements.txt │ ├── templates/ │ ├── index.html │ ├── login.html │ ├── register.html │ ├── base.html │ ├── volunteer_dashboard.html │ ├── submit_report.html │ ├── my_reports.html │ ├── download_report.html │ ├── training.html │ ├── training_enroll.html │ ├── training_list.html │ ├── inbox.html │ ├── profile.html │ ├── change_password.html │ ├── certificate_view.html │ ├── admin_dashboard.html │ ├── admin_reports.html │ ├── admin_users_map.html │ ├── admin_training_stats.html │ └── admin_volunteers.html │ └── static/ ├── style.css ├── script.js └── uploads/ └── default.png (create a default profile image)