django-machina icon indicating copy to clipboard operation
django-machina copied to clipboard

modifying template

Open jonrato opened this issue 4 years ago • 1 comments

Hello, first of all, congratulations on the developers of this tool, it is helping me a lot. I looked for content on how to customize the forum template, but I couldn't find anything. Could you suggest me related content about? thanks in advance

jonrato avatar Apr 19 '21 12:04 jonrato

This is standard django technique. Essentially speaking you only need to create files such as templates/forum/forum_detail.html. Whatever you define will override corresponding files from django-machina.

BoPeng avatar Apr 21 '21 16:04 BoPeng