{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Settings | Notifpy{% endblock%} {% block body %}

Settings

Force update
{%csrf_token%}
Clear old videos

Delete videos older than:

{%csrf_token%}
Edit update schedule
{% csrf_token %}

Write space separated update hours for each priority level.

YouTube token

Delivered at {{operator.youtube.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.youtube.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}.

Twitch token

Delivered at {{operator.twitch.oauth_flow.token.delivery_datetime|date:"Y-m-d H:i:s"}} and expires at {{operator.twitch.oauth_flow.token.expiration_datetime|date:"Y-m-d H:i:s"}}.

{% endblock body %}