Changes between Initial Version and Version 1 of Ticket #28088, comment 1
- Timestamp:
- Apr 17, 2017, 2:55:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28088, comment 1
initial v1 2 2 3 3 * Change FORM_RENDERER to TemplateSettings: https://docs.djangoproject.com/en/1.11/ref/forms/renderers/#templatessetting 4 * Fix the template include paths so BASE_DIR is in there (django search literally for django/forms/widgets…)4 * Fix the template include paths so BASE_DIR is in there (django searches literally for django/forms/widgets…) 5 5 6 6 Closing this since it is in the documentation (https://docs.djangoproject.com/en/1.11/ref/forms/renderers/#overriding-built-in-widget-templates):