Merge branch 'develop' into fix_405_error_and_other_methods

This commit is contained in:
Miguel Jacq 2021-05-11 08:15:35 +10:00
commit a066c871a9
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
9 changed files with 132 additions and 15 deletions

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>