diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-07-25 12:30:41 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-08-23 15:44:44 +0100 |
commit | f32ba587cbca216c5d65583bc2cf4d41e6987e33 (patch) | |
tree | 8c4d7b1a59a288d5a86bae3622882611505ea545 /link-tmpl-template.cgi | |
parent | 5785614b247f64647d48e2980c2bbec8e2cdbc4b (diff) | |
download | gpigeon-f32ba587cbca216c5d65583bc2cf4d41e6987e33.tar.gz gpigeon-f32ba587cbca216c5d65583bc2cf4d41e6987e33.zip |
added account creation by invite links
- Fix some wordings in gpigeonctl
- add the ability to list users in gpigeonctl
- fix input name for file upload: its not 'file' but 'fupload'
- update styles.css for invite web interface
- add INVITE_TEMPLATE_PATH variable to config.dek.mk
- Improved some function error messages in gpigeon template
Diffstat (limited to 'link-tmpl-template.cgi')
-rw-r--r-- | link-tmpl-template.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/link-tmpl-template.cgi b/link-tmpl-template.cgi index 2f5ab0b..3b612c3 100644 --- a/link-tmpl-template.cgi +++ b/link-tmpl-template.cgi @@ -150,7 +150,7 @@ qq{<!DOCTYPE html> $form_error_notif <label for="filechoice" id="msgbelow"> (Optional) file upload: - <input id="filechoice" type="file" name="file"> + <input id="filechoice" type="file" name="fupload"> </label> <input id="sendbtn" type="submit" value="Send"> </form> |