diff options
author | Andrew Godwin | 2022-11-25 18:32:45 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-25 18:32:45 -0700 |
commit | 1cf1f2e5430e1946b6f7520e4d339de82a392c21 (patch) | |
tree | 7b98e05795153868fe3a6d53e0633b7b4d8d5684 /templates/settings/profile.html | |
parent | 5fe5f0495518e43aa4ab9f6831c4bc27a0be9458 (diff) | |
download | takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.gz takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.tar.bz2 takahe-1cf1f2e5430e1946b6f7520e4d339de82a392c21.zip |
Implement user discoverability
Diffstat (limited to 'templates/settings/profile.html')
-rw-r--r-- | templates/settings/profile.html | 1 |
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> |