diff options
Diffstat (limited to 'templates/identity/create.html')
-rw-r--r-- | templates/identity/create.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/identity/create.html b/templates/identity/create.html index fbdd66c..8afd1d9 100644 --- a/templates/identity/create.html +++ b/templates/identity/create.html @@ -13,6 +13,7 @@ {% include "forms/_field.html" with field=form.username %} {% include "forms/_field.html" with field=form.domain %} {% include "forms/_field.html" with field=form.name %} + {% include "forms/_field.html" with field=form.discoverable %} </fieldset> <div class="buttons"> <button>Create</button> |