diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:08:16 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:08:16 +0100 |
commit | 49bf1466958645b24b113a40d126d84fec9a941b (patch) | |
tree | 12d59deb5f713edcf7cdb409a91c9c1a6bab8a76 /templates/add-list.html | |
parent | 35c4ad13a52bdcaab251358e4b7df99dd852c76d (diff) |
Swapped 'Submit' and 'Cancel' buttons.
Diffstat (limited to 'templates/add-list.html')
-rw-r--r-- | templates/add-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-list.html b/templates/add-list.html index 59ca226..d4053bd 100644 --- a/templates/add-list.html +++ b/templates/add-list.html @@ -97,8 +97,8 @@ <hr/> <br/> - <input type="submit" name="cancel" value="Cancel" /> <input type="submit" name="submit" value="Submit" /> + <input type="submit" name="cancel" value="Cancel" /> <div class="help"> <i>Note</i>: No confirmation email will be sent. It may take a while for the list to be created (especially for the Schleuder list manager, as it requires a GPG key creation); Once the list has succefully been created, |