{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Classification graphs are linked to one or more projects. This tool lets you create or modify such links automatically, based on a project's tags. All projects having the same tags attached, form a tag set. If wanted, these tag sets include projects of super sets of itself. If some projects in a tag set link to one classification graph, this tool below can make sure *all* projects in the tag group link to the same classification graph.

This page offers some basic settings that affect which projects and tags form a tag set as well as which classification graphs are used

{% csrf_token %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form.as_table }} {% endfor %} {% else %} {{ wizard.form.as_table }} {% endif %}

{% if wizard.steps.prev %} {% endif %}

{% endblock %}