ismail e9dfd3b2a5
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m11s
fix: 3 create-page bugs (missing template, bad reverse, form instance access)
1. /complaints/templates/new/ — TemplateDoesNotExist: template_form.html was
   missing. Created a functional template form (name, category, title pattern,
   description).
2. /complaints/oncall/schedules/new/ — NoReverseMatch: redirect('dashboard')
   should be redirect('/') since the URL name 'dashboard' doesn't exist.
3. /complaints/settings/escalation-rules/new/ — RelatedObjectDoesNotExist:
   EscalationRuleForm accessed self.instance.hospital on an unsaved instance.
   Changed to self.instance.hospital_id (safe FK ID check).
2026-06-17 20:37:30 +03:00
..
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-05-11 14:45:30 +03:00
2026-03-28 14:03:56 +03:00
2026-03-28 14:03:56 +03:00
2026-03-28 14:03:56 +03:00
2026-03-28 14:03:56 +03:00
2026-04-09 13:46:34 +03:00
2026-04-08 17:13:35 +03:00
2026-03-28 14:03:56 +03:00
2026-04-08 17:13:35 +03:00
2026-05-11 14:45:30 +03:00