diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-09-26 15:15:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-09-26 15:15:03 +0100 |
commit | d7364b1f9e8fd14ceda537fe5c2fc7b2d5c7e648 (patch) | |
tree | e41aa077b4f68d0d7b9e3f6ee41aaeff9d382c68 | |
parent | e619c121f4f5b2e8782dda960adc5f314d417577 (diff) |
Update explanation of category customisation to match new admin interface.
Requires https://github.com/mysociety/alaveteli/pull/1860
-rw-r--r-- | docs/customising/themes.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index cc0ca3b29..29560502a 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -125,14 +125,15 @@ You can load extra stylesheets and javascript files by adding them to `lib/theme ## Adding your own categories for public bodies -Categories are implemented in Alaveteli using tags. Specific tags can -be designated to group authorities together as a category. - -There's a file in the sample theme, -`alavetelitheme/lib/public_body_categories_en.rb`, which contains a -nested structure that defines categories. It contains a comment -describing its structure. You should make a copy of this file for each -locale you support. +Categories are implemented in Alaveteli using tags. Specific tags can be +used to group authorities together as a category. Categories themselves +are grouped under category headings on the side of the "View +authorities" page. You can create, edit and reorder categories and +category headings in the admin interface, from the "Categories" admin +menu item. You can apply the category tags you have created to +authorities under the "Authorities" admin menu item. For an authority to +appear under a category, the category's "category tag" must be one of +the tags applied to the authority. ## Customising the request states |