Added checkbox for dark theme in settings page
This commit is contained in:
parent
417da1a9d2
commit
0395e5d8bc
1 changed files with 8 additions and 1 deletions
|
@ -27,8 +27,15 @@
|
|||
<input type="text" name="gender" class="form-control" placeholder="Gender" aria-describedby="basic-addon1" value="{{ profile.gender }}">
|
||||
</div>
|
||||
|
||||
<div class="input-group mb-3">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="customCheck1" name="darktheme">
|
||||
<label class="custom-control-label" for="customCheck1">Use Dark Theme</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue