#6 Verifikacija emaila zavrsena.

This commit is contained in:
2025-02-13 16:38:29 +01:00
parent 39c3e250ed
commit 54ef0248f5
12 changed files with 115 additions and 7 deletions

View File

@@ -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>

View File

@@ -0,0 +1,5 @@
{% extends "base_login.html" %}
<h1>Email Confirmed!</h1>
<p>Your email {{ email }} has been successfully verified.</p>