{% import 'macros/autoform.html' as autoform %} {% extends "admin/base.html" %} {% import 'macros/form.html' as form %} {% block primary_content_inner %} {{ form.errors(error_summary) }}
{% block admin_form %} {{ autoform.generate(form_items, data, errors) }} {% endblock %}
{{ _('Reset') }}
{% endblock %} {% block secondary_content %}

{{ _('CKAN config options') }}

{% block admin_form_help %} {% set about_url = h.url_for(controller='home', action='about') %} {% set home_url = h.url_for(controller='home', action='index') %} {% set docs_url = "http://docs.ckan.org/en/{0}/theming".format(g.ckan_doc_version) %} {% trans %}

Site Title: This is the title of this CKAN instance It appears in various places throughout CKAN.

Style: Choose from a list of simple variations of the main colour scheme to get a very quick custom theme working.

Site Tag Logo: This is the logo that appears in the header of all the CKAN instance templates.

About: This text will appear on this CKAN instances about page.

Intro Text: This text will appear on this CKAN instances home page as a welcome to visitors.

Custom CSS: This is a block of CSS that appears in <head> tag of every page. If you wish to customize the templates more fully we recommend reading the documentation.

Homepage: This is for choosing a predefined layout for the modules that appear on your homepage.

{% endtrans %} {% endblock %}
{% endblock %}