diff options
author | John Nduli | 2024-09-05 02:05:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-17 11:40:42 +0300 |
commit | e4a8e2506c38fc86229fb24c30e4570f8aa72037 (patch) | |
tree | 2afe4729dec003f5b6d2f90553504db901aac0db /gn2/wqflask/templates | |
parent | e86a6a9d254df6c041c14edcb15a03e7bdb73ee2 (diff) | |
download | genenetwork2-e4a8e2506c38fc86229fb24c30e4570f8aa72037.tar.gz |
feat: prefill email in edit rif
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/wiki/edit_wiki.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/wiki/edit_wiki.html b/gn2/wqflask/templates/wiki/edit_wiki.html index 242456c4..23412a31 100644 --- a/gn2/wqflask/templates/wiki/edit_wiki.html +++ b/gn2/wqflask/templates/wiki/edit_wiki.html @@ -59,7 +59,7 @@ </div> <div class="form-group"> <label for="email" class="col-sm-2">Email: </label> - <input type="text" name="email" value="" required> + <input type="text" name="email" value="{{ session_email }}" required> </div> <div class="form-group"> <label for="usercode" class="col-sm-2">User Code: </label> |