diff options
Diffstat (limited to 'docs/_build/html/_sources/customisation.txt')
-rw-r--r-- | docs/_build/html/_sources/customisation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_build/html/_sources/customisation.txt b/docs/_build/html/_sources/customisation.txt index 19002dc..23e3902 100644 --- a/docs/_build/html/_sources/customisation.txt +++ b/docs/_build/html/_sources/customisation.txt @@ -8,8 +8,8 @@ Chimère customisation :date: 2012-10-08 :Copyright: CC-BY 3.0 -This documents presents the installation of Chimère. -The version has been updated for version 2.0.0. +This document presents the installation of Chimère. +It has been updated for version 2.0.0. .. _managing-layers: @@ -45,7 +45,7 @@ If you want to do larger changes in the layout and the style the (well named) example_project can be customized to fit your needs. Each template file present in the *chimere/templates* directory can be copied in your *myproject/templates* directory and then modified. -You only need to copy files that you want to modify. Theses files are in +You only need to copy files that you want to modify. These files are in Django template language mainly made of pure HTML with some logic. Refer to the `Django template documentation <https://docs.djangoproject.com/en/1.4/ref/templates/>`_ for more details. |