You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
changedetection.io/changedetectionio/templates/preview-image.html

11 lines
265 B

{% extends 'base.html' %}
{% block content %}
<div id="settings">
<h1>Preview</h1>
</div>
<div id="diff-ui">
<img style="max-width: 100%" src="{{ url_for('render_single_image', uuid=uuid, history_timestamp=newest_history_key) }}" />
</div>
{% endblock %}