From 296f480b8ce214dc64c6805538bd0b4eaa9f7b84 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 7 May 2021 10:53:13 +1000 Subject: Remind the user to submit contact info if they want a response to a message in Receive Mode --- cli/onionshare_cli/resources/templates/receive.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cli/onionshare_cli/resources/templates/receive.html b/cli/onionshare_cli/resources/templates/receive.html index c28813ea..159bfac5 100644 --- a/cli/onionshare_cli/resources/templates/receive.html +++ b/cli/onionshare_cli/resources/templates/receive.html @@ -21,11 +21,13 @@ {% if not disable_text and not disable_files %}

Submit Files or Messages

-

You can submit files, a message, or both

+

You can submit files, a message, or both.

+

Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.

{% endif %} {% if not disable_text and disable_files %}

Submit Messages

-

You can submit a message

+

You can submit a message.

+

Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.

{% endif %} {% if disable_text and not disable_files %}

Submit Files

@@ -61,4 +63,4 @@ - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf