aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/edit_feed.html')
-rw-r--r--pyaggr3g470r/templates/edit_feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/edit_feed.html b/pyaggr3g470r/templates/edit_feed.html
index bcfdb0aa..f1a61b89 100644
--- a/pyaggr3g470r/templates/edit_feed.html
+++ b/pyaggr3g470r/templates/edit_feed.html
@@ -24,7 +24,7 @@
{{ form.enabled(class_="checkbox") }}
<br />
- {{ form.submit(class_="btn") }}
+ {{ form.submit(class_="btn btn-default") }}
</form>
</div>
</div><!-- /.container -->
bgstack15