Make receive_allow_receiver_shutdown setting work

This commit is contained in:
Micah Lee 2018-04-29 15:34:11 -07:00
parent ed4477f4e0
commit ae13492749
2 changed files with 11 additions and 6 deletions

View file

@ -34,10 +34,10 @@
</form>
</div>
</div>
{% if receive_allow_receiver_shutdown %}
<form method="post" action="/{{ slug }}/close">
<input type="submit" class="close-button" value="I'm Finished Uploading" />
</form>
{% endif %}
</body>
</html>