diff options
author | Andrew Godwin | 2022-11-18 08:28:15 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-18 11:28:16 -0700 |
commit | 81de10b70c85c5222b17d8c4358a8aa8812f2559 (patch) | |
tree | 8e028b62d3a883294caedc82c5870f23273e2032 /templates/settings/profile.html | |
parent | 1b44a253316a84f40070264ea8134c86d1223441 (diff) | |
download | takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.tar.gz takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.tar.bz2 takahe-81de10b70c85c5222b17d8c4358a8aa8812f2559.zip |
Migration reset, start of docs, env vars
Diffstat (limited to 'templates/settings/profile.html')
-rw-r--r-- | templates/settings/profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/settings/profile.html b/templates/settings/profile.html index 5c00557..12ea206 100644 --- a/templates/settings/profile.html +++ b/templates/settings/profile.html @@ -12,8 +12,8 @@ </fieldset> <fieldset> <legend>Images</legend> - {% include "forms/_field.html" with field=form.icon preview=request.identity.icon.url %} - {% include "forms/_field.html" with field=form.image preview=request.identity.image.url %} + {% include "forms/_field.html" with field=form.icon %} + {% include "forms/_field.html" with field=form.image %} </fieldset> <div class="buttons"> <a href="{{ request.identity.urls.view }}" class="button secondary left">View Profile</a> |