Merge pull request #1352 from mig5/receiver_text_hint

Remind the user to submit contact info if they want a response to a message in Receive Mode
This commit is contained in:
Micah Lee 2021-05-10 21:22:39 +00:00 committed by GitHub
commit 9f8e6abf24

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>
@ -61,4 +63,4 @@
<script async src="{{ static_url_path }}/js/receive.js" id="receive-script"></script>
</body>
</html>
</html>