#6 Verifikacija emaila zavrsena.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends "base_login.html" %}
|
||||
|
||||
|
||||
<h2>Link has expired! </h2>
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
<button type="submit">Resend link</button>
|
||||
</form>
|
||||
@@ -0,0 +1,5 @@
|
||||
{% extends "base_login.html" %}
|
||||
|
||||
|
||||
<h1>Email Confirmed!</h1>
|
||||
<p>Your email {{ email }} has been successfully verified.</p>
|
||||
Reference in New Issue
Block a user