Adding form action attr to confirm.html (#364)

This commit is contained in:
Kevin Chung
2017-08-23 16:10:49 -04:00
committed by GitHub
parent 732e343aea
commit 003371800d

View File

@@ -48,7 +48,7 @@
{% endif %}
{% if username %}
<form method="POST">
<form method="POST" action="{{ request.script_root }}/confirm">
<h4 class="text-center">
Need to resend the confirmation email?
</h4>