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
..
2025-12-24 12:42:31 +03:00