Merge pull request #452 from sanduhrs/feature/449
Add enabled flag to user model
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
{{ macros.form_field(form.localpart, append='<span class="input-group-addon">@'+domain.name+'</span>') }}
|
||||
{{ macros.form_fields((form.pw, form.pw2)) }}
|
||||
{{ macros.form_field(form.comment) }}
|
||||
{{ macros.form_field(form.enabled) }}
|
||||
{% endcall %}
|
||||
|
||||
{% call macros.box(_("Features and quotas"), theme="success") %}
|
||||
|
||||
Reference in New Issue
Block a user