diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-08-01 19:20:53 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-08-01 19:20:53 -0700 |
commit | 136c1826dd64d9d7ed368004312b4f5fcd7f2ed9 (patch) | |
tree | b8aba37178691f71be2f5c75030a2d5c8dece54a /views/new-bookmark.php | |
parent | 4ed2513ded964eb99d460755ed2e312141426d84 (diff) |
better error messages
Diffstat (limited to 'views/new-bookmark.php')
-rw-r--r-- | views/new-bookmark.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/new-bookmark.php b/views/new-bookmark.php index 0181dae..f50801a 100644 --- a/views/new-bookmark.php +++ b/views/new-bookmark.php @@ -6,8 +6,8 @@ </div> <div style="clear: both;"> - <div class="alert alert-success hidden" id="test_success"><strong>Success! We found a Location header in the response!</strong><br>Your post should be on your website now!<br><a href="" id="post_href">View your post</a></div> - <div class="alert alert-danger hidden" id="test_error"><strong>Your endpoint did not return a Location header.</strong><br>See <a href="/creating-a-micropub-endpoint">Creating a Micropub Endpoint</a> for more information.</div> + <div class="alert alert-success hidden" id="test_success"><strong>Success! </strong><a href="" id="post_href">View your post</a></div> + <div class="alert alert-danger hidden" id="test_error"><strong>Something went wrong!</strong><br>Your Micropub endpoint indicated that something went wrong creating the post.</div> </div> <form role="form" style="margin-top: 20px;" id="note_form"> |