summaryrefslogtreecommitdiffstats
path: root/templates/identity/create.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-25 18:32:45 -0700
committerAndrew Godwin2022-11-25 18:32:45 -0700
commit1cf1f2e5430e1946b6f7520e4d339de82a392c21 (patch)
tree7b98e05795153868fe3a6d53e0633b7b4d8d5684 /templates/identity/create.html
parent5fe5f0495518e43aa4ab9f6831c4bc27a0be9458 (diff)
downloadtakahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.gz
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.bz2
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.zip
Implement user discoverability
Diffstat (limited to 'templates/identity/create.html')
-rw-r--r--templates/identity/create.html1
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>