aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/edit_feed.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2015-03-04 00:01:45 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2015-03-04 00:01:45 +0100
commitbb60a17f7bff315ef6b375f38d49d7200fb8f0c5 (patch)
treeb381e4c8c910b2f2f282f6dadbda1a8c1938e358 /pyaggr3g470r/templates/edit_feed.html
parentMerge remote-tracking branch 'origin/master' into evol/api (diff)
downloadnewspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.tar.gz
newspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.tar.bz2
newspipe-bb60a17f7bff315ef6b375f38d49d7200fb8f0c5.zip
adding refresh rate to the profile form
Diffstat (limited to 'pyaggr3g470r/templates/edit_feed.html')
-rw-r--r--pyaggr3g470r/templates/edit_feed.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/edit_feed.html b/pyaggr3g470r/templates/edit_feed.html
index 1238e257..a6b28ded 100644
--- a/pyaggr3g470r/templates/edit_feed.html
+++ b/pyaggr3g470r/templates/edit_feed.html
@@ -17,7 +17,6 @@
{{ form.enabled.label }}
{{ form.enabled(class_="checkbox") }}
-
<br />
{{ form.submit(class_="btn btn-default") }}
</form>
bgstack15