summaryrefslogtreecommitdiffstats
path: root/templates/settings
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/settings
parent5fe5f0495518e43aa4ab9f6831c4bc27a0be9458 (diff)
downloadtakahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.gz
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.bz2
takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.zip
Implement user discoverability
Diffstat (limited to 'templates/settings')
-rw-r--r--templates/settings/profile.html1
1 files changed, 1 insertions, 0 deletions
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>