2020-05-10 18:51:54 +00:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block title %}check your email{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-05-11 02:43:06 +00:00
|
|
|
<div class="hero">
|
|
|
|
<div class="single-content">check your email. a login link has been sent to {{ email }}</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block pagesource %}/templates/login-landing.html{% endblock %}
|