{% import 'macros/autoform.html' as autoform %} {% extends "admin/base.html" %} {% block primary_content_inner %}
{{ autoform.generate(form_items, data, errors) }}
{% set locale = h.dump_json({'content': _('Are you sure you want to reset the config?')}) %} {{ _('Reset') }}
{% endblock %} {% block secondary_content %}

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

{% 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.html".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.

{% endtrans %}
{% endblock %}