mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-01 09:05:41 +00:00
Add all settings to appsettings page & Convert settings choices
This commit is contained in:
parent
e304a64a5c
commit
e44b0d4df3
26 changed files with 417 additions and 439 deletions
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% if show_profile_edit_password %}
|
||||
{% if show_profile_edit_password == 'True' %}
|
||||
<h3 class="page-header">{% trans "Edit Password" %}</h3>
|
||||
<form method="post" action="" role="form" aria-label="Edit user password form">{% csrf_token %}
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue