Remind the user to submit contact info if they want a response to a message in Receive Mode

This commit is contained in:
Miguel Jacq 2021-05-07 10:53:13 +10:00
parent e067fc2963
commit 296f480b8c
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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>