{% extends 'admin/base_site.html' %} {% load admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block title %} Merge selected tags {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content_title %}

Merge selected tags

Note: there is no automated way to unmerge tags! Please review to make sure these tags should be merged before submitting the form.

{% endblock %} {% block content %}
{% csrf_token %} {% if form.errors|length > 0 %}

Please correct the error below.

{% endif %}
{{ form.primary_tag.label_tag }} {{ form.primary_tag }}

{{ form.primary_tag.help_text|safe }}

{% endblock %}