Added some documentation about the new helpdesk-customize.css override, to address #610

This commit is contained in:
Garret Wassermann 2018-09-09 00:03:34 -04:00
parent bd42f62465
commit 107805defd

View File

@ -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.