#10 AI bira controle,dodate je dummy payment page
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{% extends "base_login.html" %}
|
||||
|
||||
|
||||
{%block content%}
|
||||
<h2>Link has expired! </h2>
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
<button type="submit">Resend link</button>
|
||||
</form>
|
||||
|
||||
</form>
|
||||
{% endblock %}
|
||||
@@ -1,5 +1,11 @@
|
||||
{% extends "base_login.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{%block content%}
|
||||
<div class="out-risk-management">
|
||||
<div class="risk-management">
|
||||
<h1>Email Confirmed!</h1>
|
||||
<p>Your email {{ email }} has been successfully verified.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>Email Confirmed!</h1>
|
||||
<p>Your email {{ email }} has been successfully verified.</p>
|
||||
{%endblock%}
|
||||
|
||||
Reference in New Issue
Block a user