Back to Changedetection Io

Notification Log

changedetectionio/blueprint/settings/templates/notification-log.html

0.55.3159 B
Original Source

{% extends 'base.html' %} {% block content %}

{{ _('Notification debug log') }}

{% for log in logs|reverse %} - {{log}} {% endfor %}

{% endblock %}