Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generic): remove .html from template_name_suffix
In SelectMergeOrEnrich view, ".html" extension is removed from the template_name_suffix, to avoid `TemplateDoesNotExist` error as it tries to find templates ending with `_selectmergeorenrich.html.html`
- Loading branch information