{% extends "base.html" %} {% block title %}Add Monitoring Source - PoliSage{% endblock %} {% block content %}

Add New Monitoring Source

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
A descriptive name for this source (e.g., "State Court Opinions Feed").
The web address (URL) of the source (e.g., website, RSS feed).
Categorize the source type.
How often the system should check this source for updates (e.g., 60 for hourly, 1440 for daily).
Cancel
{% endblock %}