{% extends 'ndr_core/admin_views/edit/_edit.html' %} {% load static %} {% block back_url %}{% url 'ndr_core:configure_search' %}{% endblock %} {% block title %}Configure Result Display{% endblock %} {% block content %}
Go Back
Configure Result Display {% if search_configuration %} — {{ search_configuration.conf_label }} {% endif %}

Click a field in the palette to select it, then click an empty cell on the grid to place it. Use to drag a field to a new position, / for width, / for height, and × to remove.

{% csrf_token %}
{% endblock %} {% block page_js %} {% endblock %}