mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 03:46:21 -04:00
Remind the user to submit contact info if they want a response to a message in Receive Mode
This commit is contained in:
parent
e067fc2963
commit
296f480b8c
1 changed files with 5 additions and 3 deletions
|
@ -21,11 +21,13 @@
|
|||
|
||||
{% if not disable_text and not disable_files %}
|
||||
<p class="upload-header">Submit Files or Messages</p>
|
||||
<p class="upload-description">You can submit files, a message, or both</p>
|
||||
<p class="upload-description">You can submit files, a message, or both.</p>
|
||||
<p class="upload-description">Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.</p>
|
||||
{% endif %}
|
||||
{% if not disable_text and disable_files %}
|
||||
<p class="upload-header">Submit Messages</p>
|
||||
<p class="upload-description">You can submit a message</p>
|
||||
<p class="upload-description">You can submit a message.</p>
|
||||
<p class="upload-description">Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.</p>
|
||||
{% endif %}
|
||||
{% if disable_text and not disable_files %}
|
||||
<p class="upload-header">Submit Files</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue