{% extends 'ndr_core/admin_views/edit/_edit.html' %} {% load static %} {% block back_url %}{% url 'ndr_core:configure_search' %}{% endblock %} {% block title %}Configure Search Form{% endblock %} {% block content %}
Go Back
Configure Search Form {% 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 placed field to a new position, / to adjust width, and × to remove a field.

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