Overriding templates
Templates¶
You can override any Hypha template by adding a copy inside the templates_custom
directory.
As an example lets override the hypha/apply/dashboard/templates/dashboard/applicant_dashboard.html
template.
Place a copy of the template in hypha/templates_custom/dashboard/applicant_dashboard.html
. Make any needed changes to the template and it will be used instead of the original template.