In your example, you could just inherit from generic-list.html since it already extends base.html. You would be repeating yourself in your current example.
orders/list.html
{% extends 'generic-list.html' %}
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
django-develop...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/cc068a12-04ee-481a-81e1-919ed958c688%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-d...@googlegroups.com.
I did read your post, and I did come to that conclusion. I may have ultimately misunderstood, and I’ll certainly take the blame for my own misunderstanding. The example you provided can be done without multiple template inheritance. So far, my thoughts on the design concept is that multiple template inheritance is unnecessary.
To unsubscribe from this group and stop receiving emails from it, send an email to
django-develop...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/fa0af20a-ab93-4209-aa7b-564b3aac3893%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/fa0af20a-ab93-4209-aa7b-564b3aac3893%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/58e9a945-2229-4935-b31b-7e49c6305834%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANvPqgAB4n-jPVzW-Fv5NnN-4Lpx1vm7ObA8pTD2aP6U5y%2B-OA%40mail.gmail.com.
--Aymeric.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/58e9a945-2229-4935-b31b-7e49c6305834%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e5fd407c-5450-44a3-b647-4303bda489bb%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-d...@googlegroups.com.