Changes between Version 2 and Version 6 of Ticket #26028
- Timestamp:
- Jan 4, 2016, 5:56:34 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26028
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → New feature
- Property Summary Improve instructions for overloading Django templates → Improve instructions for overriding Django templates
-
Ticket #26028 – Description
v2 v6 3 3 Reference discussion: https://github.com/pydanny/dj-stripe/pull/254#issuecomment-168515982 4 4 5 Existing instructions on template over loading:5 Existing instructions on template overriding: 6 6 7 * Somewhere in the tutorials7 * In the tutorial: https://docs.djangoproject.com/en/1.9/intro/tutorial07/#customizing-your-application-s-templates 8 8 * https://docs.djangoproject.com/en/1.9/ref/templates/api/#django.template.loaders.app_directories.Loader (arguably obtuse)