From 107805defd33580dcb0c1a494502087db1075e67 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Sun, 9 Sep 2018 00:03:34 -0400 Subject: [PATCH] Added some documentation about the new helpdesk-customize.css override, to address #610 --- docs/custom_templates.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/custom_templates.rst diff --git a/docs/custom_templates.rst b/docs/custom_templates.rst new file mode 100644 index 00000000..1a590340 --- /dev/null +++ b/docs/custom_templates.rst @@ -0,0 +1,9 @@ +Custom Templates +================ + +django-helpdesk supports custom HTML templates that can be styled with CSS. + +In particular, users can include a file named `helpdesk-customize.css` in their django project directory to provide CSS overrides easily. + +In general, entire HTML and CSS templates may be overriden by including a file of the same name in the project directory. Django automatically searches the project directory before searching for default templates included with django-helpdesk. +