forked from 3wordchant/capsul-flask
9 lines
274 B
HTML
9 lines
274 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %}check your email{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="row full-margin">Check your email. A login link has been sent to {{ email }}</div>
|
|
{% endblock %}
|
|
|
|
{% block pagesource %}/templates/login-landing.html{% endblock %} |