summaryrefslogtreecommitdiffstats
path: root/templates
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
parent5fe5f0495518e43aa4ab9f6831c4bc27a0be9458 (diff)
downloadtakahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.gz
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.bz2
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.zip
Implement user discoverability
Diffstat (limited to 'templates')
-rw-r--r--templates/identity/create.html1
-rw-r--r--templates/settings/profile.html1
2 files changed, 2 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>
diff --git a/templates/settings/profile.html b/templates/settings/profile.html
index 12ea206..806a930 100644
--- a/templates/settings/profile.html
+++ b/templates/settings/profile.html
@@ -9,6 +9,7 @@
<legend>Details</legend>
{% include "forms/_field.html" with field=form.name %}
{% include "forms/_field.html" with field=form.summary %}
+ {% include "forms/_field.html" with field=form.discoverable %}
</fieldset>
<fieldset>
<legend>Images</legend>