diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 12:24:39 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 12:24:39 +0200 |
commit | f28288dd3208aa99381c22c6bb9713a6e7714b5e (patch) | |
tree | 53e51d88edd51dc61ef109bda7c573c8ff20207b /hosted/edit_uuid.html | |
parent | befddbcbcabe60a04db59d1f64f962c85ec7f2dc (diff) |
fixed the edit function + error handling
Diffstat (limited to 'hosted/edit_uuid.html')
-rw-r--r-- | hosted/edit_uuid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/edit_uuid.html b/hosted/edit_uuid.html index f42f3ea..aedf033 100644 --- a/hosted/edit_uuid.html +++ b/hosted/edit_uuid.html @@ -99,7 +99,7 @@ <div class="form-group row"> <div class="col-sm-12"> <button type="submit" class="btn btn-primary btn-lg btn-block"> - <a href="/editSelect" style="color:inherit"> Save changes </a> + Save changes </button> </div> </div> |