mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-09 00:04:21 +01:00
Adding form action attr to confirm.html (#364)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user