You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to override a block template rather than the whole template in Django Machina
Django Machina is used in Ashley as a forum base. We want to add extra information on a repeated html block that presents the owner of a post or a topic. Our specific use is to add an icon depending on user's role in different views. The way templates are build in Machina forces us to override the entire template. It would be more convenient if we could juste override this specific bloc rather tant the whole file.
This is the list of template files concerned by this request in Django Machina :
Feature Request
Be able to override a block template rather than the whole template in Django Machina
Django Machina is used in Ashley as a forum base. We want to add extra information on a repeated html block that presents the owner of a post or a topic. Our specific use is to add an icon depending on user's role in different views. The way templates are build in Machina forces us to override the entire template. It would be more convenient if we could juste override this specific bloc rather tant the whole file.
This is the list of template files concerned by this request in Django Machina :
This is the look of the html block
Describe the solution you'd like
We would like to write a PR in Django Machina to export this block of code in a block that could be overrided.
The text was updated successfully, but these errors were encountered: