Closed ahoho closed 7 years ago
@@ master #87 diff @@
==========================================
Files 11 11
Lines 438 438
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 308 308
Misses 130 130
Partials 0 0
Powered by Codecov. Last update dea98ca...a8e1f50
Thanks for the pull request! I've merged it in a slightly different way, with more generic block names. (023a7a585aa05cb46c98dcb1287062b1d67d245a). I never thought of inheriting templates like this but it makes total sense to me.
I've also have another improvement waiting, which will add the same logic to our comments/comment.html
template!
Fantastic, thank you!
Now apps can extend the comment and form html used by
fluent_comments
.For example, in some hypothetical Django project where we have
fluent_comments
installed, we can have the following setup:Then, in
comment.html