Fix potential issue preventing a user from finishing setup (#1620)

* Fix a potential issue where setup could not be completed b/c next buttons were unclickable
This commit is contained in:
Kevin Chung
2020-08-25 23:40:29 -04:00
committed by GitHub
parent c9fd529264
commit 5b2926b18b

View File

@@ -64,7 +64,7 @@
</small>
</div>
<div class="float-right">
<div class="text-right">
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#administration">
Next
</button>
@@ -100,7 +100,7 @@
</label>
</div>
<div class="float-right">
<div class="text-right">
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#style">
Next
</button>
@@ -130,7 +130,7 @@
{{ form.theme_color.description }}
</small>
</div>
<div class="float-right">
<div class="text-right">
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#datetime">
Next
</button>
@@ -179,7 +179,7 @@
</small>
</div>
<div class="float-right">
<div class="text-right">
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#integrations">
Next
</button>
@@ -207,7 +207,7 @@
<hr>
<br>
<div class="submit-row float-right">
<div class="submit-row text-right">
{{ form.submit(class="btn btn-md btn-primary btn-outlined") }}
</div>
</div>