mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 22:44:24 +01:00
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:
@@ -64,7 +64,7 @@
|
|||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="float-right">
|
<div class="text-right">
|
||||||
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#administration">
|
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#administration">
|
||||||
Next
|
Next
|
||||||
</button>
|
</button>
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="float-right">
|
<div class="text-right">
|
||||||
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#style">
|
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#style">
|
||||||
Next
|
Next
|
||||||
</button>
|
</button>
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
{{ form.theme_color.description }}
|
{{ form.theme_color.description }}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="float-right">
|
<div class="text-right">
|
||||||
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#datetime">
|
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#datetime">
|
||||||
Next
|
Next
|
||||||
</button>
|
</button>
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="float-right">
|
<div class="text-right">
|
||||||
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#integrations">
|
<button type="button" class="btn btn-primary btn-outlined tab-next" data-href="#integrations">
|
||||||
Next
|
Next
|
||||||
</button>
|
</button>
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="submit-row float-right">
|
<div class="submit-row text-right">
|
||||||
{{ form.submit(class="btn btn-md btn-primary btn-outlined") }}
|
{{ form.submit(class="btn btn-md btn-primary btn-outlined") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user