{% from "_formhelpers.html" import render_field %} {% extends "base.html" %} {% block title %}Download Button Configuration{% endblock %} {% block menu_items %}
  • Homepage
  • View Gables Data
  • View Other Data
  • About Us
  • Contact Us
  • Admin
  • {% endblock %} {% block content %}
    << Cancel

    Enable or disable "Download as CSV" button for provisional data on the View Data pages

    {{ form.hidden_tag() }} {{ render_field(form.allow) }}
    {% endblock %}