{% extends "base.html" %} {% block title %} Configure Update Detection | {{ package.title }} {% endblock %} {% block content %}
{{ _("ContentDB will poll your Git repository at 2am UTC every day.") }} {{ _("You should consider using webhooks or the API for faster rollouts.") }}
{% from "macros/forms.html" import render_field, render_submit_field, render_checkbox_field %} {% endblock %}