Skip to content

Fix incorrect path to templates

Kevin Chong requested to merge fix-incorrect-path-to-templates into development

What does this MR do?

This MR fixes the incorrect paths to the template files for admin/slot/view and bookings/view. Both were prepended with / which does not work when deployed to https://rdgg.wevisit.hospital/.

Actions taken to fix the bug

Removed the /.

Does this MR meet the acceptance criteria?

  • I have added tests to validate the fix.
  • I have updated the documentation accordingly.

Merge request reports