From 07ec6868b176b2f7818d3f7c56be3758a50ba5a8 Mon Sep 17 00:00:00 2001 From: topilski Date: Sun, 9 Feb 2020 02:01:30 -0500 Subject: [PATCH] Catchups dialog --- app/common | 2 +- app/templates/provider/dashboard.html | 2 +- app/templates/stream/catchup/base.html | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/common b/app/common index a36ddea..46895ee 160000 --- a/app/common +++ b/app/common @@ -1 +1 @@ -Subproject commit a36ddea12aaa94eec8b1667c01cd6a41c4c09eef +Subproject commit 46895ee502b1873ca74f5ca274d1bbf81c035460 diff --git a/app/templates/provider/dashboard.html b/app/templates/provider/dashboard.html index 0b5fea3..89e0bc1 100644 --- a/app/templates/provider/dashboard.html +++ b/app/templates/provider/dashboard.html @@ -823,7 +823,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
-
diff --git a/app/templates/stream/catchup/base.html b/app/templates/stream/catchup/base.html index 9cb427a..1018169 100644 --- a/app/templates/stream/catchup/base.html +++ b/app/templates/stream/catchup/base.html @@ -60,6 +60,10 @@
{{ render_bootstrap_form(form.auto_exit_time) }}
+ {{ render_bootstrap_form(form.start) }} +
+ {{ render_bootstrap_form(form.stop) }} +
{{ render_bootstrap_form(form.price) }}
{{ render_bootstrap_form(form.visible) }}