diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 02:19:03 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 02:19:03 +0200 |
commit | b6da5353343128fb2f15562ff5125584ba05ed84 (patch) | |
tree | 5626cc31949ab5673f1d1ed882949b0b7658f5d5 | |
parent | c195edd9a7d6bd78da5086ecc3774a112fbb3c93 (diff) |
linking back to the selection page
-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 5461930..f42f3ea 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"> - Save changes + <a href="/editSelect" style="color:inherit"> Save changes </a> </button> </div> </div> |