summaryrefslogtreecommitdiff
path: root/templates/pages/save.gohtml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 03:01:46 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 03:01:46 +0300
commit37c250d538893ff8178bd9c9e4dde225a991ce76 (patch)
tree379350cdfe47d3691fef9c8c5ef91acddfba36d3 /templates/pages/save.gohtml
parent6f31f35c7b38fbf63d7a0c9322458e0b75828495 (diff)
pevent access from messengers
Diffstat (limited to 'templates/pages/save.gohtml')
-rw-r--r--templates/pages/save.gohtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/pages/save.gohtml b/templates/pages/save.gohtml
index f940502..2b427f6 100644
--- a/templates/pages/save.gohtml
+++ b/templates/pages/save.gohtml
@@ -5,7 +5,8 @@
<h1>Saved</h1>
Secret url:
<hr />
- <a href="https://sendsafe.xyz/s/{{.id}}">https://sendsafe.xyz/s/{{.id}}</a>
+ <p>https://sendsafe.xyz/s/{{.id}}</p>
+ <p>Send this link to recepient. This link can be viewed only once!</p>
<hr />
<input type="submit" value="&larr; Back">
</form>