diff --git a/doc/sysadmin-guide.rst b/doc/sysadmin-guide.rst index 9f46b1c890e..87848171986 100644 --- a/doc/sysadmin-guide.rst +++ b/doc/sysadmin-guide.rst @@ -31,6 +31,8 @@ CKAN, you will need to ask them to create a sysadmin user. Adding more sysadmin accounts is done in the same way. It cannot be done via the web UI. +.. _admin page: + ------------------------- Customizing look and feel ------------------------- diff --git a/doc/theming/templates.rst b/doc/theming/templates.rst index fb0fe5e0eb5..db1186cbd06 100644 --- a/doc/theming/templates.rst +++ b/doc/theming/templates.rst @@ -338,8 +338,17 @@ code for the "featured group" that appears on the front page: :start-after: {# Start template block example. #} :end-before: {# End template block example. #} -This code calls a :ref:`template snippet ` that contains the actual -Jinja and HTML code for the featured group, more on snippets later. +.. note:: + + This code calls a :ref:`template snippet ` that contains the + actual Jinja and HTML code for the featured group, more on snippets later. + +.. note:: + + The CKAN front page supports a number of different layouts: layout1, + layout2, layout3, etc. The layout can be chosen by a sysadmin using the + :ref:`admin page `. This tutorial assumes your CKAN is set to + use the first (default) layout. When a custom template file extends one of CKAN's default template files using ``{% ckan_extends %}``, it can replace any of the blocks from the default