mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user