summaryrefslogtreecommitdiff
path: root/share/templates/receive.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/receive.html')
-rw-r--r--share/templates/receive.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/templates/receive.html b/share/templates/receive.html
index d8b02f73..e85b6ff9 100644
--- a/share/templates/receive.html
+++ b/share/templates/receive.html
@@ -34,14 +34,5 @@
</form>
</div>
</div>
- {% if receive_allow_receiver_shutdown %}
- {% with messages = get_flashed_messages() %}
- {% if messages %}
- <form method="post" action="{{ close_action }}">
- <input type="submit" class="close-button" value="I'm Finished Sending" />
- </form>
- {% endif %}
- {% endwith %}
- {% endif %}
</body>
</html>